ci(dsh-weknora): restore e2e timeout for cold dsh cache

First-run npm install of @deepseek-ai/dsh still takes ~15 minutes; the
10-minute job limit cancelled the run before the cache could warm up.
This commit is contained in:
wizardchen
2026-08-21 14:25:29 +08:00
committed by lyingbug
parent 4e25684b8f
commit d4f4787fb2
+2 -1
View File
@@ -113,7 +113,8 @@ jobs:
e2e:
name: End-to-end inside dsh (pinned)
runs-on: ubuntu-latest
timeout-minutes: 10
# Cold cache: npm install @deepseek-ai/dsh takes ~15 min; keep headroom.
timeout-minutes: 25
defaults:
run:
working-directory: packages/dsh-weknora