quipucords / camayoc

Test automation framework that facilitates functional testing of quipucords.
https://camayoc.readthedocs.io/
GNU General Public License v3.0
5 stars 4 forks source link

Add support for scan_timeout configuration #527

Closed ruda closed 3 months ago

ruda commented 3 months ago

This PR makes possible to configure the timeout for the test waiting for a scan to be available. At first it focus on UI tests.

Here is how to customize timeout for 30 minutes (60*30 = 1800). Set in Camayoc config file:

camayoc:
  scan_timeout: 1800
codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 78.20%. Comparing base (0840606) to head (6e6cef4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #527 +/- ## ======================================= Coverage 78.20% 78.20% ======================================= Files 7 7 Lines 679 679 ======================================= Hits 531 531 Misses 148 148 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.