]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-110695: test_asyncio uses 50 ms for clock resolution (GH-110952) (#110970)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 17 Oct 2023 10:13:31 +0000 (12:13 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 10:13:31 +0000 (10:13 +0000)
commit9aa899354a09188328dc930ec3b31a8346b9dca0
tree28ae5c4ca1d27b7914ccb1a1e9aa6d09b793b3f8
parent99b7e1c1d7b02adaf98f24bfb843cc57b677f9d6
[3.12] gh-110695: test_asyncio uses 50 ms for clock resolution (GH-110952) (#110970)

gh-110695: test_asyncio uses 50 ms for clock resolution (GH-110952)

Before utils.CLOCK_RES constant was added (20 ms), test_asyncio
already used 50 ms.
(cherry picked from commit 9a9fba825f8aaee4ea9b3429875c6c6324d0dee0)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_asyncio/utils.py