We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a2eb93 commit 93f6fd6Copy full SHA for 93f6fd6
1 file changed
tests/test_main.py
@@ -381,12 +381,14 @@ def test_proxy_context_manager(self) -> None:
381
'http': 'http://127.0.0.1:8888',
382
'https': 'http://127.0.0.1:8888',
383
},
384
+ timeout=60,
385
)
386
self.assertEqual(response.status_code, 200)
387
response = requests.get(
388
'https://httpbin.org/get', proxies={
389
390
391
392
393
394
0 commit comments