Skip to content

Commit

Permalink
tests: Disable idle locking in headless weston
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
alexlarsson committed May 28, 2020
1 parent 20f15f5 commit fee3aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci/run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fee3aaa

Please sign in to comment.