Commit 77b3a6c
committed
test: add 60s browser Mocha timeout (parity with engine repo)
Defensive headroom for js/wasm browser tests: Mocha's 2s default can trip a
heavier test under CI/parallel load before it finishes computing (the engine
repo hit this with its micrograd training demo). Set in the shared root
browser-test config so it applies to every module. No-op for the current fast
browser suites (tokenizer/validation/trace).
Verified CI-equivalent (fresh lock, 'clean assemble allTests' default mode):
BUILD SUCCESSFUL, kotlinStoreYarnLock clean. With -PincludeBrowserTests:
616 browser testcases, 0 failures. kotlin-js-store/yarn.lock is regenerated
per-build (not committed), so no lock change ships.1 parent feed359 commit 77b3a6c
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
80 | 85 | | |
81 | 86 | | |
82 | 87 | | |
0 commit comments