]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (#127358)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Nov 2024 10:39:54 +0000 (11:39 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Nov 2024 10:39:54 +0000 (11:39 +0100)
commitbfabf96b50b7d6a9c15b298a86ba3633b05a1fd7
tree725742fdf70c7035b0bae95d80b8147d2d8e9559
parent99490913a08adcf2fe5e69b82772a829ec462275
gh-127258: Fix asyncio test_staggered_race_with_eager_tasks() (#127358)

Replace the sleep(2) with a task which is blocked forever.
Lib/test/test_asyncio/test_eager_task_factory.py