Files
Marcelo Trylesinski 7e27a2f89b fix(tests): replace sleeps with anyio.Event in test_progress_notifications
Replace `await anyio.sleep(0.5)` in both `test_bidirectional_progress_notifications`
and `test_progress_context_manager` with `anyio.Event` primitives that fire
when the expected number of progress updates have been received by the server.
The events are protected by `fail_after(5)` for safety.
2026-02-14 10:32:20 +01:00
..
2024-09-24 22:04:19 +01:00
2025-02-05 11:02:51 +00:00