-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
fix: allow chain call timeout to override nested items timeout #5612
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
fix: allow chain call timeout to override nested items timeout #5612
Conversation
…ed in chain call Signed-off-by: hainenber <[email protected]>
Signed-off-by: hainenber <[email protected]>
Signed-off-by: hainenber <[email protected]>
…ted-items-timeout
This reverts commit 18a70c9.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5612 +/- ##
==========================================
+ Coverage 88.40% 88.45% +0.05%
==========================================
Files 66 66
Lines 4787 4791 +4
Branches 977 977
==========================================
+ Hits 4232 4238 +6
+ Misses 555 553 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Co-authored-by: Mark Wiemer <[email protected]>
Signed-off-by: hainenber <[email protected]>
…clearer Signed-off-by: hainenber <[email protected]>
…ted-items-timeout
…ted-items-timeout
…ted-items-timeout
mark-wiemer
left a comment
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.
Very close :)
Signed-off-by: hainenber <[email protected]>
mark-wiemer
left a comment
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.
Thank you! I'll give this a few business days for @JoshuaKGoldberg to review :)
JoshuaKGoldberg
left a comment
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.
I have to admit, I was surprised this solution worked. But it does make sense 🙂 nicely done!
Co-authored-by: Josh Goldberg ✨ <[email protected]>
…ted-items-timeout
…js#5612) Co-authored-by: Mark Wiemer <[email protected]> Co-authored-by: Josh Goldberg ✨ <[email protected]>
PR Checklist
describenot working as expected #5422status: accepting prsOverview
Fixes the issue with
timeoutchain call indescribesuite doesn't correctly override the config for inner/nested suite and test cases.