mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
perf(ci): raise isolated Windows coverage fan-out
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user