From f795725aaf825675e2bde00d172c79705cd270df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Thu, 22 Nov 2018 17:46:11 +0100 Subject: [PATCH] gitlab-ci.yml: Allow for tests taking longer time Test runners might be slow, so use the test time multiplier 2 to avoid unnecessary pipeline failures. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8af342278..6c7888e10 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ test-mutter: - meson . build -Degl_device=true -Dwayland_eglstream=true - ninja -C build - glib-compile-schemas $PWD/build/data - - env XDG_RUNTIME_DIR=/tmp/ GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx -noreset' meson test -C build --verbose --no-stdsplit --wrap catchsegv + - env XDG_RUNTIME_DIR=/tmp/ GSETTINGS_SCHEMA_DIR=$PWD/build/data dbus-run-session -- xvfb-run -s '+iglx -noreset' meson test -C build -t 2 --verbose --no-stdsplit --wrap catchsegv artifacts: paths: - build/