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
+1
View File
@@ -85,6 +85,7 @@ describe('CI workflow', () => {
expect(windowsNative.if).toBe("github.event_name == 'pull_request'")
expect(windowsNative.env).toMatchObject({
DSH_COVERAGE_MAX_WORKERS: '12',
DSH_COVERAGE_PARTITIONS: '16',
DSH_COVERAGE_TEST_TIMEOUT_MS: '30000',
DSH_GATE_CONCURRENCY: '8',
})