You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: Fix flaky event manager tests by replacing sleep with deterministic wait
Replace `asyncio.sleep(0.1)` with `event_manager.wait_for_all_listeners_to_complete()`
in event manager tests. The sleep-based approach was a race condition — under CI load,
100ms wasn't always enough for `asyncio.to_thread()` to complete.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments