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 test_stdio_client_universal_cleanup for Windows
Replace platform-specific commands (ping/sleep) with a Python script
to ensure consistent behavior across all platforms. Also adjust timing
expectations to account for the full shutdown sequence on Windows:
- 2 seconds waiting for stdin closure response
- 2 seconds waiting for terminate() to complete
- Plus overhead
This prevents the test from timing out on Windows while still properly
testing the cleanup mechanism.
0 commit comments