Skip to content

Commit 8b11b74

Browse files
committed
.....?
1 parent e54e888 commit 8b11b74

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)
15+
timeout = httpx.Timeout(read=None, connect=None)
1616

1717

1818
@pytest.mark.parametrize(

0 commit comments

Comments
 (0)