From 3dbe3668e67f122fea9406e9a3920705ca9bf55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Fri, 3 May 2024 16:20:48 +0200 Subject: [PATCH] ci: Run gnome-shell 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 485321eb2..c18ff6910 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -594,7 +594,7 @@ can-run-gnome-shell@x86_64: - .gitlab-ci/checkout-gnome-shell.sh - meson setup gnome-shell gnome-shell/build --prefix /usr -Dbuildtype=debugoptimized -Dman=false --werror --fatal-meson-warnings - sudo meson install -C gnome-shell/build - - dbus-run-session -- xvfb-run meson test -C gnome-shell/build --no-rebuild + - dbus-run-session -- xvfb-run meson test -C gnome-shell/build --no-rebuild --timeout-multiplier 5 test-mutter-coverity: rules: