summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Ådahl <jadahl@gmail.com>2018-11-22 17:46:11 +0100
committerJonas Ådahl <jadahl@gmail.com>2018-11-22 17:48:00 +0100
commitf795725aaf825675e2bde00d172c79705cd270df (patch)
treef8b785584775f58151f7ae775af36fa46aa7cb2a
parent70741a051bcf0528c1802eab3e3a0b914dba9c56 (diff)
downloadmutter-f795725aaf825675e2bde00d172c79705cd270df.tar.gz
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.
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
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/