Commit 569af93
test(stress): raise default FixtureTimeout 15s -> 30s (#408)
Eliminates the dominant stress-failure mode (CI VM variance overshooting
tight per-fixture budgets). 5 of 8 failures in CI Stress run 26364109146
were 15 s timeout trips across 5 different fixtures - the pattern that
per-fixture overrides in PRs #395, #397, #399 chased without converging.
Local timing measurements (documented in INVESTIGATION.md) show the
Framerate.* family completing in ~7 s on a dev box; CI VMs under
contention run 2-4x slower, putting fixture work at ~28 s on the worst
tick. 30 s matches the explicit override budget already used by four
fixtures and leaves a clean signal gap below the 60 s
HangWatchdogLoop dump-on-hang threshold.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent d05fb4e commit 569af93
1 file changed
Lines changed: 9 additions & 1 deletion
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
13 | 21 | | |
14 | 22 | | |
15 | 23 | | |
0 commit comments