From f31099cd85828c6edda750985bc787f59695571a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 3 May 2024 16:01:48 +0200 Subject: [PATCH] ci: Run tests with the timeout multiplier set to 5 Sometimes the test runners are saturated with other work. Bump the test timeouts by a multiplier of 5 with the hope that they now will be much more likely to have time to finish in time. Part-of: --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d89ebb101..64c290ee9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -213,7 +213,7 @@ test: - sudo meson install -C mutter/build - mkdir -m 700 $XDG_RUNTIME_DIR script: - - dbus-run-session -- xvfb-run meson test -C build --no-rebuild + - dbus-run-session -- xvfb-run meson test -C build --no-rebuild --timeout-multiplier 5 artifacts: expire_in: 1 day paths: