Commit 733d803
fix(smoketests): raise devbox snapshot test timeouts to 120s
The two tests in the `devbox snapshots` suite hard-coded a 30s per-test
timeout, overriding the 300s smoketest default in jest.config.ts. Under
concurrent CI load, devbox create+snapshot tail latency exceeds 30s
(measured up to ~22s at 30-way parallelism), causing flaky timeouts.
Raise both to 120s for headroom while still failing fast on a genuine hang.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 6ceb236 commit 733d803
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
0 commit comments