]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-109702: Increase concurrent_futures deadlock timeout (#109703)
authorVictor Stinner <vstinner@python.org>
Fri, 22 Sep 2023 01:13:31 +0000 (03:13 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Sep 2023 01:13:31 +0000 (03:13 +0200)
Replace SHORT_TIMEOUT with LONG_TIMEOUT in test_deadlock of
test_concurrent_futures.

Lib/test/test_concurrent_futures/test_deadlock.py

index baac2b51e0d4e228ac914c3fa3e6a0ea33796cd5..1675a55b89eb80dedcaf87d04c51ed286638fd0d 100644 (file)
@@ -88,7 +88,7 @@ class ErrorAtUnpickle(object):
 
 
 class ExecutorDeadlockTest:
-    TIMEOUT = support.SHORT_TIMEOUT
+    TIMEOUT = support.LONG_TIMEOUT
 
     def _fail_on_deadlock(self, executor):
         # If we did not recover before TIMEOUT seconds, consider that the