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: reduce sleep time in timeout tests and add elapsed time checks (#111)
- Changed sleep duration from 1000s (16 minutes) to 10s in both timeout tests
- Added elapsed time assertions to verify tests complete within 2 seconds
- Prevents CI jobs from hanging due to background threads sleeping for too long
- Ensures tests verify that the calling thread returns immediately after timeout
0 commit comments