From b83504c8375619697dace3606d83613a17020c01 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Sat, 2 May 2026 17:31:49 -0500 Subject: [PATCH] ci: raise timeout to 60min for cold elc cache warm-up --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 13ee3de..56330d6 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -21,7 +21,7 @@ on: jobs: deploy: runs-on: ubuntu-latest - timeout-minutes: 30 + timeout-minutes: 60 permissions: contents: read