ci: raise Windows native timeout to 120 minutes

This commit is contained in:
Chinesezjc
2026-08-13 15:54:35 +08:00
parent 5d23de9bd9
commit 82c168ff7f
4 changed files with 6 additions and 6 deletions

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