Commit beb8d2a
committed
test(server): give the integration suite headroom over CI contention
The dialog-reachability corpus sweep (440 tree-sitter parses) runs ~3.2s locally
but timed out at vitest's 5s default in CI: the External + Integration + Transpile
phase runs the integration, unit, and transpile projects concurrently, so a
CPU-contended runner is far slower than an isolated local run. My pre-merge local
test:all passed it for exactly that reason - no contention.
Raise testTimeout to 30s for the whole server-integration project rather than
patch the one test: every test here sweeps real external corpora, so the class
shares the risk. CI already ran the full suite and only this one test crossed the
line (114/115 passed under the same contention), so 30s - ~9x the local runtime -
is ample, and a genuine hang still fails.1 parent bafa93e commit beb8d2a
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
24 | 30 | | |
25 | 31 | | |
0 commit comments