From cb1e3670f7e54e6c8a079a9251b9e3395136de2e Mon Sep 17 00:00:00 2001 From: Serhii Snitsaruk Date: Wed, 11 Dec 2024 14:17:07 +0100 Subject: [PATCH] Test timeout --- .github/workflows/unit_tests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 3507fc3..f44e2ef 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -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