mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-06-30 19:15:31 +02:00
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:
parent
7a522a3410
commit
91163e3eae
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue