Skip to content

Increase live calculate integration timeout#3554

Merged
anth-volk merged 2 commits into
masterfrom
codex/live-calculate-timeout-90
May 5, 2026
Merged

Increase live calculate integration timeout#3554
anth-volk merged 2 commits into
masterfrom
codex/live-calculate-timeout-90

Conversation

@anth-volk
Copy link
Copy Markdown
Collaborator

Fixes #3553

Summary

  • Raise the shared live integration httpx.Client timeout from 30 seconds to 90 seconds.
  • This gives the synchronous /us/calculate smoke tests enough room for staging latency and cold-start behavior observed in the deploy rerun.

Testing

  • python -m pytest tests/integration/test_live_calculate.py --collect-only -q

@anth-volk anth-volk changed the title Raise live calculate integration timeout Increase live calculate integration timeout May 5, 2026
@anth-volk anth-volk marked this pull request as ready for review May 5, 2026 18:56
@anth-volk anth-volk merged commit 21e533f into master May 5, 2026
5 checks passed
@anth-volk anth-volk deleted the codex/live-calculate-timeout-90 branch May 5, 2026 18:56
@codecov
Copy link
Copy Markdown

codecov Bot commented May 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.94%. Comparing base (55e4f2f) to head (0d99785).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3554   +/-   ##
=======================================
  Coverage   78.94%   78.94%           
=======================================
  Files          65       65           
  Lines        3762     3762           
  Branches      662      662           
=======================================
  Hits         2970     2970           
  Misses        614      614           
  Partials      178      178           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Live calculate integration tests time out before staging responds

1 participant