Merge pull request #2494 from deepseek-harness/ci/raise-windows-timeout

ci: raise Windows native CI timeout to 120 minutes
This commit is contained in:
Tianyi Cui
2026-08-17 12:10:55 +08:00
committed by GitHub
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -452,7 +452,7 @@ jobs:
&& fromJSON('["self-hosted", "dsh-win-ci", "windows"]')
|| 'dsh-windows-2025-16core' }}
name: windows node 24 / native complete
timeout-minutes: 60
timeout-minutes: 120
env:
DSH_COVERAGE_MAX_WORKERS: '2'
DSH_GATE_CONCURRENCY: '2'
@@ -659,7 +659,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
name: serial / windows (self-hosted standby)
runs-on: [self-hosted, dsh-win-ci, windows]
timeout-minutes: 60
timeout-minutes: 120
steps:
- uses: actions/checkout@v6