fix(ci): add timeout to benchmark step

If there are certain errors running the scene (e.g. script errors),
Godot will log the error but never quit, meaning the step will continue
to run indefinitely. This adds a 2 minute timeout to prevent that.
This commit is contained in:
Leroy Hopson 2025-06-30 19:46:42 +12:00
parent 7a522a3410
commit 91163e3eae
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA

View file

@ -370,6 +370,7 @@ jobs:
if: steps.wait-for-build.outputs.conclusion == 'success'
shell: bash
run: just bench ${{matrix.benchmark}}
timeout-minutes: 2
- name: Upload results
uses: actions/upload-artifact@v4
with: