mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user