Skip to content

Commit

Permalink
Test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
limbonaut committed Dec 11, 2024
1 parent 42bf848 commit cb1e367
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ jobs:
- name: Run tests
shell: bash
timeout-minutes: 5
timeout-minutes: 1
run: |
${GODOT_BIN} --headless --path project/ -s -d "res://addons/gdUnit4/bin/GdUnitCmdTool.gd" --ignoreHeadlessMode -c -a test
wait 600
- name: Upload results
if: always() # do this step even if the tests fail
Expand Down

0 comments on commit cb1e367

Please sign in to comment.