Files
Marcelo Trylesinski 5f0ed1b157 fix(tests): replace synchronization sleeps with async receive in test_malformed_input
Replace `sleep + receive_nowait()` pattern with `await receive()` under
`fail_after(5)`. The async receive blocks until a message arrives, making
the test both faster and more reliable than sleeping a fixed duration.
2026-02-14 10:28:56 +01:00
..
2024-09-24 22:04:19 +01:00
2025-02-05 11:02:51 +00:00