cpython/Lib/test/test_concurrent_futures
Miss Islington (bot) 74978ae6c6
[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>
2023-09-22 02:02:57 +00:00
..
__init__.py
executor.py
test_as_completed.py
test_deadlock.py [3.11] gh-109702: Increase concurrent_futures deadlock timeout (GH-109703) (#109708) 2023-09-22 02:02:57 +00:00
test_future.py
test_init.py
test_process_pool.py
test_shutdown.py
test_thread_pool.py
test_wait.py
util.py