Skip to content

Commit 21e533f

Browse files
authored
Merge pull request #3554 from PolicyEngine/codex/live-calculate-timeout-90
Increase live calculate integration timeout
2 parents d12a31e + 0d99785 commit 21e533f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

changelog.d/3553.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def api_base_url() -> str:
1616
def api_client(api_base_url: str):
1717
with httpx.Client(
1818
base_url=api_base_url,
19-
timeout=30.0,
19+
timeout=90.0,
2020
follow_redirects=True,
2121
) as client:
2222
yield client

0 commit comments

Comments
 (0)