diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-11 14:19:35 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-11 14:19:35 +0100 |
commit | c6d4799f0e979e813c6cf5a3d3ff49e23589a3fc (patch) | |
tree | 1420832130687a90ef4219c1ffa0065780069bb4 | |
parent | 6b3a341405f89b961ba7fed8dd222304fa580e7f (diff) | |
download | libayatana-appindicator-c6d4799f0e979e813c6cf5a3d3ff49e23589a3fc.tar.gz libayatana-appindicator-c6d4799f0e979e813c6cf5a3d3ff49e23589a3fc.tar.bz2 libayatana-appindicator-c6d4799f0e979e813c6cf5a3d3ff49e23589a3fc.zip |
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.
-rw-r--r-- | tests/run-xvfb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 |