From 3c0d1660f101647cb28dc53f90ccb962b189bcf4 Mon Sep 17 00:00:00 2001 From: Natalie Date: Sat, 18 Apr 2026 08:01:35 -0700 Subject: [PATCH] =?UTF-8?q?chore(@projects/@magic-civilization):=20?= =?UTF-8?q?=F0=9F=94=A7=20increase=20deploy=20timeout=20to=2060=20minutes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .forgejo/workflows/deploy-next.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy-next.yml b/.forgejo/workflows/deploy-next.yml index bd539350..3fac1999 100644 --- a/.forgejo/workflows/deploy-next.yml +++ b/.forgejo/workflows/deploy-next.yml @@ -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