-
Notifications
You must be signed in to change notification settings - Fork 309
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
increase timeout of profiler integration test to 30s #4431
Conversation
Overall package sizeSelf size: 6.72 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4431 +/- ##
==========================================
+ Coverage 92.64% 93.68% +1.04%
==========================================
Files 116 101 -15
Lines 4173 3217 -956
Branches 33 33
==========================================
- Hits 3866 3014 -852
+ Misses 307 203 -104 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2024-06-24 15:21:48 Comparing candidate commit 81bdc0f in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 264 metrics, 2 unstable metrics. |
012ed91
to
81bdc0f
Compare
What does this PR do?
Increase timeout of profiler integration test to 30 seconds.
Motivation
These tests sometimes take over 5 seconds which results in flakiness.