diff --git a/tests/integrations/httpx/test_httpx.py b/tests/integrations/httpx/test_httpx.py index 6a3cd31303..97a8506442 100644 --- a/tests/integrations/httpx/test_httpx.py +++ b/tests/integrations/httpx/test_httpx.py @@ -12,7 +12,7 @@ from tests.conftest import ApproxDict -timeout = httpx.Timeout(10) +timeout = httpx.Timeout(read=None, connect=None) @pytest.mark.parametrize(