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 ce869ec commit d9eead4Copy full SHA for d9eead4
tests/integrations/httpx/test_httpx.py
@@ -12,7 +12,7 @@
12
from tests.conftest import ApproxDict
13
14
15
-timeout = httpx.Timeout(10.0, read=None)
+timeout = httpx.Timeout(5.0, read=None, connect=None)
16
17
18
@pytest.mark.parametrize(
0 commit comments