mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
[3.11] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) (#109708)
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 1eb1b45183
)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
43ff8fcce2
commit
74978ae6c6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue