diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/scripts/xwayland-piglit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/xwayland-piglit.sh b/test/scripts/xwayland-piglit.sh index 7eac3d6c5..16cf7e2a0 100755 --- a/test/scripts/xwayland-piglit.sh +++ b/test/scripts/xwayland-piglit.sh @@ -18,7 +18,7 @@ WESTON_PID=$! export WAYLAND_DISPLAY=wayland-$$ # Wait for weston to initialize before starting Xwayland -timeout --preserve-status 60s bash -c "while ! $XSERVER_BUILDDIR/hw/xwayland/Xwayland -pogo -displayfd 1 &>/dev/null; do sleep 1; done" +timeout --preserve-status 5s bash -c "while ! $XSERVER_BUILDDIR/hw/xwayland/Xwayland -pogo -displayfd 1 &>/dev/null; do sleep 1; done" # Start an Xwayland server export PIGLIT_RESULTS_DIR=$XSERVER_BUILDDIR/test/piglit-results/xwayland |