mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-08-31 00:50:02 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user