chore: extend the timeout for loky progress init#1124
Merged
selmanozleyen merged 3 commits intoscverse:mainfrom Feb 24, 2026
Merged
chore: extend the timeout for loky progress init#1124selmanozleyen merged 3 commits intoscverse:mainfrom
selmanozleyen merged 3 commits intoscverse:mainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1124 +/- ##
=======================================
Coverage 66.36% 66.36%
=======================================
Files 44 44
Lines 7132 7132
Branches 1212 1212
=======================================
Hits 4733 4733
Misses 1923 1923
Partials 476 476 🚀 New features to boost your workflow:
|
Member
Author
|
@flying-sheep I checked and the loky process overhead can be like 4 seconds. So I increased the timeout |
Member
|
ah nice! once you get rid of parallel, you can still get rid of this |
flying-sheep
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added these tests to ensure robustness but I think they are too harsh for
parallelizeat this point and they just end up being annoying. However I think the fact that a simple test file can break so easily underlines why nobody should use parallelize.related: #1123