mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
[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 1eb1b45183
)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
8c5fd2105c
commit
e25bc38ebb
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,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