]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109565: Fix concurrent.futures test_future_times_out() (#109949)
authorVictor Stinner <vstinner@python.org>
Wed, 27 Sep 2023 08:51:44 +0000 (10:51 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2023 08:51:44 +0000 (08:51 +0000)
commitb1aebf1e6576680d606068d17e2208259573e061
treeaf66ff6d0e2c9fb9ee82f4b124aa6b7094ca4dba
parent1512d6c6ee2a770afb339bbb74c1b990116f7f89
gh-109565: Fix concurrent.futures test_future_times_out() (#109949)

as_completed() uses a timeout of 100 ms instead of 10 ms. Windows
monotonic clock resolution is around 15.6 ms.
Lib/test/test_concurrent_futures/test_as_completed.py