Commit a21e0ed
committed
fix: increase e2e test step timeout on Windows to fix flaky CI
Windows CI runners with Git Bash have significantly more overhead for
shell startup and process execution. The 20-second per-step timeout was
frequently exceeded on Windows, causing flaky failures in tests like
"multi task with cache hits shows compact summary" where `[timeout]`
appeared instead of actual output. Increase to 60 seconds on Windows
while keeping 20 seconds on Unix.
https://claude.ai/code/session_01VzFJkUBQ9t6zTmH7ZJFXgt1 parent 665d553 commit a21e0ed
1 file changed
Lines changed: 7 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
0 commit comments