[mutter] gitlab-ci.yml: Allow for tests taking longer time



commit f795725aaf825675e2bde00d172c79705cd270df
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Thu Nov 22 17:46:11 2018 +0100

    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/


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]