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
Add timeouts to slow proxy tests to prevent CI hangs
Added 10-second timeouts to 5 proxy tests that make real HTTPS requests to example.com:
- test_https_via_proxy_connect
- test_https_via_proxy_with_auth
- test_no_proxy_parameter
- test_empty_proxy
- test_none_proxy
Without timeouts, these tests could hang indefinitely in CI, causing the
test_proxy.py suite to take 5-10 minutes. With timeouts, all 19 tests now
complete in ~2 minutes while still validating real HTTPS proxy functionality.
0 commit comments