From c6d4799f0e979e813c6cf5a3d3ff49e23589a3fc Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Wed, 11 Nov 2015 14:19:35 +0100 Subject: tests/run-xvfb.sh: Give tests more time (4s instead of 2s) to complete. This may help with observed / arbitrary test failures when built on jenkins.arctica-project.org. --- tests/run-xvfb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run-xvfb.sh b/tests/run-xvfb.sh index 35737c2..aab5293 100644 --- a/tests/run-xvfb.sh +++ b/tests/run-xvfb.sh @@ -4,5 +4,5 @@ XID=`for id in 101 102 103 104 105 106 107 197 199 211 223 227 293 307 308 309 3 { Xvfb -ac -noreset -screen 0 800x600x16 :$XID -screen 0 800x600x16 -nolisten tcp -auth /dev/null >/dev/null 2>&1 & trap "kill -15 $! " 0 HUP INT QUIT TRAP USR1 PIPE TERM ; } || { echo "Gtk+Tests:ERROR: Failed to start Xvfb environment for X11 target tests."; exit 1; } DISPLAY=:$XID export DISPLAY -sleep 2 +sleep 4 fi -- cgit v1.2.3