mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user