]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110695: test_asyncio uses 50 ms for clock resolution (#110952)
authorVictor Stinner <vstinner@python.org>
Tue, 17 Oct 2023 09:34:04 +0000 (11:34 +0200)
committerGitHub <noreply@github.com>
Tue, 17 Oct 2023 09:34:04 +0000 (11:34 +0200)
commit9a9fba825f8aaee4ea9b3429875c6c6324d0dee0
treea721d45a46594cbc1861e00b47e0100990b995b5
parent78e4a6de48749f4f76987ca85abb0e18f586f9c4
gh-110695: test_asyncio uses 50 ms for clock resolution (#110952)

Before utils.CLOCK_RES constant was added (20 ms), test_asyncio
already used 50 ms.
Lib/test/test_asyncio/utils.py