[gtk: 6/8] tests: Disable idle locking in headless weston



commit fee3aaae94811904f2787f508ebfa556a319912b
Author: Alexander Larsson <alexl redhat com>
Date:   Thu May 28 15:15:04 2020 +0200

    tests: Disable idle locking in headless weston
    
    In my local testing i was burned by the default 300sec value here.
    I'm not sure if we actually hit this in the CI, but lets not
    take any chances.

 .gitlab-ci/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci/run-tests.sh b/.gitlab-ci/run-tests.sh
index 455aa1c13b..e1a0d7f399 100755
--- a/.gitlab-ci/run-tests.sh
+++ b/.gitlab-ci/run-tests.sh
@@ -25,7 +25,7 @@ case "${backend}" in
   wayland)
     export XDG_RUNTIME_DIR="$(mktemp -p $(pwd) -d xdg-runtime-XXXXXX)"
 
-    weston --backend=headless-backend.so --socket=wayland-5 &
+    weston --backend=headless-backend.so --socket=wayland-5 --idle-time=0 &
     compositor=$!
     export WAYLAND_DISPLAY=wayland-5
 


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