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.
This commit is contained in:
Alexander Larsson
2020-05-28 15:15:04 +02:00
parent 20f15f5111
commit fee3aaae94

View File

@@ -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