Skip to content

Commit d9eead4

Browse files
committed
...
1 parent ce869ec commit d9eead4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integrations/httpx/test_httpx.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from tests.conftest import ApproxDict
1313

1414

15-
timeout = httpx.Timeout(10.0, read=None)
15+
timeout = httpx.Timeout(5.0, read=None, connect=None)
1616

1717

1818
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)