Commit fd30797
authored
fix(test): fix iast-esbuild timeouts causing intermittent CI failures (#7709)
* fix(test): fix iast-esbuild timeout causing intermittent CI failures
The retry helper had a 60s inter-retry sleep combined with a 3s exec timeout.
The 3s timeout is far too short for native package compilation (wasm-js-rewriter,
native-iast-taint-tracking), causing unnecessary retries. Combined with a 60s
mocha per-test timeout this created a near-certain race condition. Fix: reduce
sleep 60s→5s; increase exec timeout 3s→60s.1 parent f123e4b commit fd30797
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments