Commit 0b2430b
committed
Keep the Windows E2E jobs sequential
Running the Windows suite in parallel cut it from ~21 min to ~5.5 min, but a
`--parallel 1` control run on main was green while every parallel run failed on a
different test — six distinct tests across three runs, never the same one twice.
Parallelism exposes latent timing races rather than breaking anything
deterministically, and lowering Bun to 2 did not help either.
Revert the workflow to sequential and keep only the changes that are independent
of parallelism. Enabling it needs those races fixed first; one root cause is the
hardcoded 5s IPC-credential timeout in the bridge, recorded in #353.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01HUzrgoGWLirnc3zyeVZLz51 parent 9598566 commit 0b2430b
1 file changed
Lines changed: 2 additions & 16 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 33 | + | |
42 | 34 | | |
43 | 35 | | |
44 | 36 | | |
| |||
66 | 58 | | |
67 | 59 | | |
68 | 60 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
| 61 | + | |
0 commit comments