Skip to content

Commit

Permalink
.....?
Browse files Browse the repository at this point in the history
  • Loading branch information
sentrivana committed Jan 17, 2025
1 parent e54e888 commit 8b11b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integrations/httpx/test_httpx.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from tests.conftest import ApproxDict


timeout = httpx.Timeout(10)
timeout = httpx.Timeout(read=None, connect=None)


@pytest.mark.parametrize(
Expand Down

0 comments on commit 8b11b74

Please sign in to comment.