From fee3aaae94811904f2787f508ebfa556a319912b Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 28 May 2020 15:15:04 +0200 Subject: [PATCH] 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