ci(windows): reduce coverage worker fan-out

This commit is contained in:
Tianyi Cui
2026-08-09 15:17:46 +08:00
parent e6c602feae
commit 98687f6d28
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ describe('CI workflow', () => {
expect(windowsNative['timeout-minutes']).toBe(60)
expect(windowsNative.if).toBe("github.event_name == 'pull_request'")
expect(windowsNative.env).toMatchObject({
DSH_COVERAGE_MAX_WORKERS: '6',
DSH_COVERAGE_MAX_WORKERS: '4',
DSH_GATE_CONCURRENCY: '2',
DSH_PUBLINT_CONCURRENCY: '8',
})