]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110097: Fix flaky `test_timeout` in `test_concurrent_futures.test_process_pool...
authorSam Gross <colesbury@gmail.com>
Wed, 12 Mar 2025 17:16:23 +0000 (13:16 -0400)
committerGitHub <noreply@github.com>
Wed, 12 Mar 2025 17:16:23 +0000 (13:16 -0400)
commit776ec1e16728c6febd879e682afcd13d3bc7b53f
treeda408155f6360632aeecdd0049a294627219ae9f
parentf30376c650c40e0819edd9981e45f8ba206fdd83
gh-110097: Fix flaky `test_timeout` in `test_concurrent_futures.test_process_pool` (gh-131108)

On heavily loaded systems, the launch of the workers to run
`time.sleep(0)` can take longer than the five second timeout.
Lib/test/test_concurrent_futures/executor.py