From 161c3589d033cb8dfa6c0ff2037bc7158fdc34d4 Mon Sep 17 00:00:00 2001 From: Roxy <75404941+TealSeer@users.noreply.github.com> Date: Tue, 5 Aug 2025 22:25:13 -0400 Subject: [PATCH] Increase compile all templates workflow timeout to 7 minutes (#4380) ## About The Pull Request Bump the timeout for the compile all templates workflow to 7 minutes instead of 5 ## Why It's Good For The Game We have a bunch more templates than upstream and while the memory issues are sorted now, if you happen to get a slow runner this will timeout and cancel before it can finish --- .github/workflows/compile_all_maps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_all_maps.yml b/.github/workflows/compile_all_maps.yml index 52812005185..f9388b69720 100644 --- a/.github/workflows/compile_all_maps.yml +++ b/.github/workflows/compile_all_maps.yml @@ -32,7 +32,7 @@ jobs: compile_all_templates: name: Compile All Templates runs-on: ubuntu-22.04 - timeout-minutes: 5 + timeout-minutes: 7 steps: - uses: actions/checkout@v4