-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
ci: reduce timeout after idempotency tests #8227
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
Conversation
Thanks for opening this pull request!
|
Codecov ReportBase: 94.11% // Head: 94.11% // No change to project coverage 👍
Additional details and impacted files@@ Coverage Diff @@
## alpha #8227 +/- ##
=======================================
Coverage 94.11% 94.11%
=======================================
Files 182 182
Lines 13770 13770
=======================================
Hits 12960 12960
Misses 810 810
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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.
LGTM
@dblythy is this ready for review? |
Yes, apologies |
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.
Looks good!
🎉 This change has been released in version 5.3.0-alpha.30 |
🎉 This change has been released in version 5.4.0-beta.1 |
🎉 This change has been released in version 5.4.0-alpha.1 |
🎉 This change has been released in version 5.4.0 |
🎉 This change has been released in version 5.4.0 |
New Pull Request Checklist
Issue Description
Related issue: n/a
Approach
Idempotency tests mutate
DEFAULT_TIMEOUT_INTERVAL
to 3 and a half minutes, so any tests thereafter will maintain that timeout. This means that if 3-5 tests timeout, the whole test suite will stop (as it's limited to 15 minutes).This PR sets the timeout back to the default after the Idempotency tests.
TODOs before merging