Skip to content

Commit e25bc38

Browse files
[3.12] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) (#109705)
gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) Replace SHORT_TIMEOUT with LONG_TIMEOUT in test_deadlock of test_concurrent_futures. (cherry picked from commit 1eb1b45) Co-authored-by: Victor Stinner <[email protected]>
1 parent 8c5fd21 commit e25bc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_concurrent_futures/test_deadlock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def __reduce__(self):
9191

9292

9393
class ExecutorDeadlockTest:
94-
TIMEOUT = support.SHORT_TIMEOUT
94+
TIMEOUT = support.LONG_TIMEOUT
9595

9696
def _fail_on_deadlock(self, executor):
9797
# If we did not recover before TIMEOUT seconds, consider that the

0 commit comments

Comments
 (0)