perf(ci): raise isolated Windows coverage fan-out

This commit is contained in:
Tianyi Cui
2026-08-22 20:10:55 +08:00
parent d39b6c638b
commit c8cecd6079
8 changed files with 23 additions and 22 deletions
+2 -2
View File
@@ -417,9 +417,9 @@ jobs:
timeout-minutes: 120
env:
# Partitioned coverage finishes before the heavy uninstrumented gate;
# the latter can use four workers without competing with eight shards.
# the latter can use four workers without competing with sixteen shards.
DSH_COVERAGE_MAX_WORKERS: '12'
DSH_COVERAGE_PARTITIONS: '8'
DSH_COVERAGE_PARTITIONS: '16'
# Instrumented process and polling fixtures can exceed Vitest's defaults
# under the complete lane's concurrent gate load.
DSH_COVERAGE_TEST_TIMEOUT_MS: '30000'