Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | chore: fix typos (#116345) | cui fliter | 2024-03-05 | 1 | -2/+2 |
| | | | Signed-off-by: cui fliter <imcusg@gmail.com> | ||||
* | gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) | Victor Stinner | 2023-09-29 | 1 | -15/+0 |
| | | | | | | Fix test_asyncio timeouts: don't measure the maximum duration, a test should not measure a CI performance. Only measure the minimum duration when a task has a timeout or delay. Add CLOCK_RES to test_asyncio.utils. | ||||
* | gh-109833: Fix asyncio test_wait_for() (#109834) | Victor Stinner | 2023-09-25 | 1 | -2/+3 |
| | | | | | 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. | ||||
* | GH-97546: fix flaky asyncio `test_wait_for_race_condition` test (#102421) | Kumar Aditya | 2023-03-05 | 1 | -1/+1 |
| | |||||
* | GH-96764: rewrite `asyncio.wait_for` to use `asyncio.timeout` (#98518) | Kumar Aditya | 2023-02-16 | 1 | -27/+100 |
| | | | Changes `asyncio.wait_for` to use `asyncio.timeout` as its underlying implementation. | ||||
* | bpo-47038: Increase a test timeout for slow CI machines (GH-31951) | Andrew Svetlov | 2022-03-17 | 1 | -1/+1 |
| | |||||
* | bpo-47038: Rewrite missed asyncio.wait_for test to use ↵ | Andrew Svetlov | 2022-03-16 | 1 | -0/+24 |
| | | | | IsolatedAnsyncioTestCase (GH-31946) | ||||
* | bpo-47038: Rewrite asyncio.wait_for test to use IsolatedAsyncioTestCase ↵ | Andrew Svetlov | 2022-03-16 | 1 | -0/+270 |
(GH-31942) |