Skip to content

fix(e2e): raise live provision/claim-deploy timeout 120→180s (de-flake)#209

Merged
mastermanas805 merged 2 commits into
mainfrom
fix/live-provision-test-timeouts
Jun 7, 2026
Merged

fix(e2e): raise live provision/claim-deploy timeout 120→180s (de-flake)#209
mastermanas805 merged 2 commits into
mainfrom
fix/live-provision-test-timeouts

Conversation

@mastermanas805
Copy link
Copy Markdown
Member

The live-provision (vector/cache/nosql/db) + claim-deploy legs do real prod provisioning + an assert-usable connect from the CI runner — normally ~14s, but under prod contention they intermittently spike past the 120s default and time out; since both files are serial groups, one slow flow aborts the rest (the vector/cache 2-min timeouts that pass on retry). Raise the per-test budget to 180s so transient prod latency stops redding the suite. Pairs with the cadence right-size (#208/#277) that removes the self-inflicted load, and the DB-leak cleanup that reduces CREATE DATABASE contention.

🤖 Generated with Claude Code

…s (de-flake)

The live-provision (vector/cache/nosql/db) + claim-deploy legs do real prod
provisioning + an assert-usable connect from the CI runner. Normally ~14s, but
under prod contention they intermittently spike past the 120s default and time
out — and since both files are serial groups, one slow flow aborts the rest
(seen as vector/cache 2min timeouts that pass on retry). Raise the per-test
budget to 180s so transient prod latency stops redding the suite; the test still
verifies the flow WORKS, and retries cover the rest. Pairs with the cadence
right-size (#208/#277) that removes the self-inflicted load.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 7, 2026

size-limit report 📦

Path Size
dist/assets/index-CgN1XV4b.js 161.99 KB (0%)
dist/assets/index-BsJUZYRr.css 6.13 KB (0%)

@mastermanas805 mastermanas805 merged commit 318cd66 into main Jun 7, 2026
19 checks passed
@mastermanas805 mastermanas805 deleted the fix/live-provision-test-timeouts branch June 7, 2026 11:59
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.

2 participants