summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_waitfor.py
Commit message (Expand)AuthorAgeFilesLines
* chore: fix typos (#116345)cui fliter2024-03-051-2/+2
* gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)Victor Stinner2023-09-291-15/+0
* gh-109833: Fix asyncio test_wait_for() (#109834)Victor Stinner2023-09-251-2/+3
* GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421)Kumar Aditya2023-03-051-1/+1
* GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518)Kumar Aditya2023-02-161-27/+100
* bpo-47038: Increase a test timeout for slow CI machines (GH-31951)Andrew Svetlov2022-03-171-1/+1
* bpo-47038: Rewrite missed asyncio.wait_for test to use IsolatedAnsyncioTestCa...Andrew Svetlov2022-03-161-0/+24
* bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase (GH-3...Andrew Svetlov2022-03-161-0/+270