Commit 0ad11f8
ci: Reduce unit tests concurrency from 2 to 1
Our tests are unstable and flaky when running with pytest numprocesses > 1, especially on Windows and macOS. This change reduces concurrency to 1 to determine if the instability is caused by parallel execution or if there are underlying issues in the code/tests.
If we want higher concurrency in the future, we must properly address the root cause of test instability rather than masking it with parallel execution.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent f895b11 commit 0ad11f8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
0 commit comments