Commit e1ada32
committed
fix(tests): use forks pool in CI to prevent flaky worker timeouts
Switched from threads pool to forks pool in CI environments to prevent intermittent "Timeout waiting for worker to respond" errors. Forks provide better isolation and stability in CI, while threads remain faster for local development.
- CI: forks pool (stable, no worker timeouts)
- Local: threads pool (faster)1 parent 75c74c5 commit e1ada32
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
98 | 105 | | |
99 | 106 | | |
100 | 107 | | |
| |||
0 commit comments