Commit bc6562f
committed
test: increase debugger waitFor timeout on macOS and Windows
The test-debugger-restart-message test is flaky on macOS CI because the
Debugger.getScriptSource CDP round-trip in the initial break handler
can be slow under CI load, causing the 15s timeout to be exceeded.
Increase the macOS/Windows timeout from 15s to 30s to provide adequate
headroom.1 parent 95245a7 commit bc6562f
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | | - | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
0 commit comments