aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_concurrent_futures/test_wait.py
Commit message (Expand)AuthorAge
* gh-128364: Fix flaky `test_concurrent_futures.test_wait` tests (gh-130742)Sam Gross2025-03-06
* Revert "gh-128364: Fix flaky `test_timeout` test (gh-130724)" (gh-130732)Sam Gross2025-03-01
* gh-128364: Fix flaky `test_timeout` test (gh-130724)Sam Gross2025-03-01
* gh-116622: Test updates for Android (#117299)Malcolm Smith2024-04-05
* gh-109594: Fix concurrent.futures test_timeout() (#110018)Victor Stinner2023-09-28
* gh-108416: Mark slow but not CPU bound test methods with requires_resource('w...Serhiy Storchaka2023-09-05
* gh-108388: Convert test_concurrent_futures to package (#108401)Victor Stinner2023-08-24