]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109833: Fix asyncio test_wait_for() (GH-109834) (#109838)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Sep 2023 14:22:41 +0000 (07:22 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 14:22:41 +0000 (16:22 +0200)
commit9238c6880e8a1baecaeb44f4db8c15e0131f32a9
treea74663fd070649cda438aa177551a8f5419e9aa6
parent97ea90194c478ac9214ce827868ea0e517f700e0
[3.11] gh-109833: Fix asyncio test_wait_for() (GH-109834) (#109838)

gh-109833: Fix asyncio test_wait_for() (GH-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.
(cherry picked from commit f29bc9c9a0a6794c6b8a9e84a7ba9237b427a10a)

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