diff options
| author | David Snopek <dsnopek@gmail.com> | 2024-05-09 11:20:42 -0500 |
|---|---|---|
| committer | David Snopek <dsnopek@gmail.com> | 2024-05-09 11:21:45 -0500 |
| commit | 5bad5d69586aac6c9e14fa426e8616acaaff03bf (patch) | |
| tree | bbcaf4090d5948b59e495fa6283d515d398202a8 | |
| parent | e3f3cb58b73b61444cfe2c7421baeefac3772df6 (diff) | |
| download | redot-cpp-5bad5d69586aac6c9e14fa426e8616acaaff03bf.tar.gz | |
Attempt to fix recent CI failures on `master` branch
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8925852..08a9228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -173,7 +173,7 @@ jobs: ./godot-artifacts/godot.linuxbsd.editor.x86_64.mono --headless --version cd test # Need to run the editor so .godot is generated... but it crashes! Ignore that :-) - (cd project && (timeout 10 ../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --editor --headless --quit >/dev/null 2>&1 || true)) + (cd project && (timeout 30 ../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --import --headless >/dev/null 2>&1 || true)) GODOT=../godot-artifacts/godot.linuxbsd.editor.x86_64.mono ./run-tests.sh - name: Upload artifact |
