Skip to content

Commit 85172da

Browse files
authored
Merge pull request #1461 from dsnopek/fix-ci-2
Attempt to fix recent CI failures on `master` branch
2 parents e3f3cb5 + 5bad5d6 commit 85172da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
./godot-artifacts/godot.linuxbsd.editor.x86_64.mono --headless --version
174174
cd test
175175
# Need to run the editor so .godot is generated... but it crashes! Ignore that :-)
176-
(cd project && (timeout 10 ../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --editor --headless --quit >/dev/null 2>&1 || true))
176+
(cd project && (timeout 30 ../../godot-artifacts/godot.linuxbsd.editor.x86_64.mono --import --headless >/dev/null 2>&1 || true))
177177
GODOT=../godot-artifacts/godot.linuxbsd.editor.x86_64.mono ./run-tests.sh
178178
179179
- name: Upload artifact

0 commit comments

Comments
 (0)