test(subagent-acp): double the per-test timeout relative to default

These tests spawn real ACP child subprocesses. On contended self-hosted
Windows runners the default 30s budget times out. Instead of raising the
global coverage timeout, give this file 2x the configured default
(DSH_COVERAGE_TEST_TIMEOUT_MS) so it follows future default changes.
This commit is contained in:
Chinesezjc
2026-08-25 16:07:38 +08:00
parent 3073107ec4
commit 5e7c567dc8
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -446,7 +446,7 @@ jobs:
env:
DSH_COVERAGE_MAX_WORKERS: '6'
DSH_COVERAGE_PARTITIONS: '4'
DSH_COVERAGE_TEST_TIMEOUT_MS: '60000'
DSH_COVERAGE_TEST_TIMEOUT_MS: '30000'
DSH_GATE_CONCURRENCY: '3'
steps:
- uses: actions/checkout@v6