[mutter] gitlab-ci.yml: Increase test timeout multiplier further



commit 332360be7c4cd186bdf1d82eb0d2f7de84733b38
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Thu Nov 22 18:20:58 2018 +0100

    gitlab-ci.yml: Increase test timeout multiplier further
    
    Twice the time was not enough, so pass -t 10 instead.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index fb9c83a78..6237626cf 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,4 +17,4 @@ 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 -t 2 --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 10 --verbose --no-stdsplit --wrap catchsegv


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