We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d12a31e + 0d99785 commit 21e533fCopy full SHA for 21e533f
2 files changed
changelog.d/3553.fixed.md
@@ -0,0 +1 @@
1
+Raised the live integration HTTP timeout so staging `/us/calculate` smoke tests can complete during slower responses.
tests/integration/conftest.py
@@ -16,7 +16,7 @@ def api_base_url() -> str:
16
def api_client(api_base_url: str):
17
with httpx.Client(
18
base_url=api_base_url,
19
- timeout=30.0,
+ timeout=90.0,
20
follow_redirects=True,
21
) as client:
22
yield client
0 commit comments