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
Fix concurrency test: resolve unawaited coroutine and timing issues
- Convert async resource function to sync to avoid unawaited coroutine warnings
- Add proper result collection to ensure all tasks complete
- Make timing assertion more generous (0.08s instead of 0.05s) to account for system overhead
- Add verification that all 20 concurrent operations complete successfully
This resolves the flaky test that was failing due to both timing sensitivity and
improper coroutine handling.
0 commit comments