chore(@projects/@magic-civilization): 🔧 increase deploy timeout to 60 minutes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
5858a0180b
commit
3c0d1660f1
1 changed files with 5 additions and 1 deletions
|
|
@ -45,7 +45,11 @@ jobs:
|
|||
deploy:
|
||||
name: deploy dev guide to mc.next.black.local
|
||||
runs-on: [self-hosted, linux, apricot]
|
||||
timeout-minutes: 30
|
||||
# Empirically: WASM build ~1min + pnpm install ~30s + vite build ~15s +
|
||||
# 6-scenario sim-cache bake ~7min/scenario ≈ 42min bake + rsync of
|
||||
# ~6.6 GB to black ≈ 3min over LAN. 30min was too tight; 60 leaves
|
||||
# headroom and keeps us below Forgejo's default 6h cap.
|
||||
timeout-minutes: 60
|
||||
|
||||
env:
|
||||
# `./run deploy:guide:next` defaults to `lilith@black.local`, which
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue