-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add test for Testing Farm timeout #181
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #181 +/- ##
=======================================
Coverage 88.33% 88.33%
=======================================
Files 10 10
Lines 686 686
Branches 72 72
=======================================
Hits 606 606
Misses 78 78
Partials 2 2 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@phracek You can lower the timeout
to hit it faster.
f975739
to
a549b81
Compare
Check if timeout is handled properly Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
Co-authored-by: Jan Macku <jamacku@redhat.com>
Signed-off-by: Petr "Stone" Hracek <phracek@redhat.com>
[test] |
Co-authored-by: Jan Macku <jamacku@redhat.com>
[test] |
@jamacku PTAL and Review it. Thanks |
Co-authored-by: Jan Macku <jamacku@redhat.com>
[test] |
Add test for Testing Farm timeout.
Check if timeout is handled properly