test(windows): try 4 coverage partitions instead of 8

Under high self-hosted concurrency, 8 partitions per Windows native job
triggered vitest fork worker startup timeouts. This branch lowers Windows
coverage to the same 4 partitions Linux uses, trading some single-job
coverage wall time for lower process-creation pressure.
This commit is contained in:
Chinesezjc
2026-08-25 12:02:21 +08:00
parent 09eda93884
commit 55ef5aad06
+1 -1
View File
@@ -418,7 +418,7 @@ jobs:
timeout-minutes: 120
env:
DSH_COVERAGE_MAX_WORKERS: '6'
DSH_COVERAGE_PARTITIONS: '8'
DSH_COVERAGE_PARTITIONS: '4'
# Instrumented process and polling fixtures can exceed Vitest's defaults
# under the complete lane's concurrent gate load.
DSH_COVERAGE_TEST_TIMEOUT_MS: '30000'