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
This commit is contained in:
Roxy
2025-08-05 22:25:13 -04:00
committed by GitHub
parent b509e1c052
commit 161c3589d0
+1 -1
View File
@@ -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