-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix flaky test #2457
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 flaky test #2457
Conversation
Attempt to fix flaky test.
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.
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2457 +/- ##
==========================================
- Coverage 85.39% 85.36% -0.03%
==========================================
Files 312 312
Lines 7464 7464
Branches 1121 1121
==========================================
- Hits 6374 6372 -2
- Misses 905 907 +2
Partials 185 185
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Increase timeout on test.
Latest commit passed 5 times in a row, so assuming it's fixed... 🤞 |
Attempt to fix flaky test where
SystemClock.Sleep()
doesn't throw when expected.