From 6a5e336ee6345f9944664f19110c5371cf2d1c1d Mon Sep 17 00:00:00 2001 From: anyreso Date: Sun, 21 Apr 2024 14:52:42 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20update=20addon=20loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 96f3063..284eae6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,8 +14,8 @@ cache: &global_cache addons: stage: addons script: - - timeout 10 godot --headless --editor --verbose || true - - timeout 10 godot --headless --editor --verbose || true + - timeout 15 godot --headless --editor --verbose || true + - timeout 15 godot --headless --editor --verbose || true only: - main