We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4230d7c commit 1eb1b45Copy full SHA for 1eb1b45
Lib/test/test_concurrent_futures/test_deadlock.py
@@ -88,7 +88,7 @@ def __reduce__(self):
88
89
90
class ExecutorDeadlockTest:
91
- TIMEOUT = support.SHORT_TIMEOUT
+ TIMEOUT = support.LONG_TIMEOUT
92
93
def _fail_on_deadlock(self, executor):
94
# If we did not recover before TIMEOUT seconds, consider that the
0 commit comments