]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-109833: Fix asyncio test_wait_for() (GH-109834) (#109837)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 15:24:51 +0000 (08:24 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 15:24:51 +0000 (17:24 +0200)
commit150bd302bb78ad3ed0524447cfa25805b1e22763
treecf6178addfaef89da0a515f988701260f85ed297
parentc2cadb0ec2d192c78d9e01c3c0c1cae12ea57392
[3.12] gh-109833: Fix asyncio test_wait_for() (GH-109834) (#109837)

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