-
Notifications
You must be signed in to change notification settings - Fork 100
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 test for windows #405
Conversation
Deploying datachain-documentation with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #405 +/- ##
=======================================
Coverage 87.31% 87.31%
=======================================
Files 92 92
Lines 9982 9982
Branches 2041 2041
=======================================
Hits 8716 8716
Misses 911 911
Partials 355 355
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Given that the 3.9 job finishes in ~19mins, the other job is most likely frozen, and we should investigate instead of increasing timeout. |
I think it is just luck of the draw with the windows runner that we pull. Some perform like dog shit and take 4x longer than a normal runner. The job was 92% of the way through. |
It could be E2E tests too, that are frozen. We can add |
f019d7b
to
6ef50a3
Compare
6ef50a3
to
ba4343f
Compare
Another failure here: https://github.com/iterative/datachain/actions/runs/10750425347/job/29816550855?pr=403
There is some more investigation and discussion in #406