Commit 318cd66
fix(e2e): raise live provision/claim-deploy per-test timeout 120s→180s (de-flake) (#209)
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 <noreply@anthropic.com>1 parent ee1be4c commit 318cd66
2 files changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
258 | 267 | | |
259 | 268 | | |
260 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
235 | 244 | | |
236 | 245 | | |
237 | 246 | | |
| |||
0 commit comments