]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109833: Fix asyncio test_wait_for() (#109834)
authorVictor Stinner <vstinner@python.org>
Mon, 25 Sep 2023 13:27:36 +0000 (15:27 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 13:27:36 +0000 (13:27 +0000)
commitf29bc9c9a0a6794c6b8a9e84a7ba9237b427a10a
tree49f4d53bbda7fc6673f386c17a10fded5407d001
parentbccc1b78002c924e8f4121fea5de7df5eb127548
gh-109833: Fix asyncio test_wait_for() (#109834)

Expect the test to be "short" but don't measure the exact performance
of the CI. SHORT_TIMEOUT is about 30 seconds whereas the cancelled
coroutine takes around 1 hour.
Lib/test/test_asyncio/test_waitfor.py