-
Notifications
You must be signed in to change notification settings - Fork 32
🎨 Increase timeout of file creation to avoid flaky testes in CI #8125
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 file creation to avoid flaky testes in CI #8125
Conversation
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #8125 +/- ##
=======================================
Coverage 88.19% 88.19%
=======================================
Files 1890 1890
Lines 72626 72626
Branches 1278 1278
=======================================
+ Hits 64051 64056 +5
+ Misses 8194 8189 -5
Partials 381 381
*This pull request uses carry forward flags. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
|
@Mergifyio queue |
✅ The pull request has been merged automaticallyThe pull request has been merged automatically at 49fe1e2 |



What do these changes do?
Since the test is a bit flaky we bump up the timeout of file creation in the terminal to avoid it failing
Related issue/s
How to test
Dev-ops