aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-11 15:34:45 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-11-11 15:34:54 +0100
commit742c033dc8792cfd4049bb51d78ac87eb4b120c3 (patch)
tree55877d9a60b3a72c3d7aae82074bd7fc208ff449
parentc6d4799f0e979e813c6cf5a3d3ff49e23589a3fc (diff)
downloadlibayatana-appindicator-742c033dc8792cfd4049bb51d78ac87eb4b120c3.tar.gz
libayatana-appindicator-742c033dc8792cfd4049bb51d78ac87eb4b120c3.tar.bz2
libayatana-appindicator-742c033dc8792cfd4049bb51d78ac87eb4b120c3.zip
tests/run-xvfb.sh: Give tests even more time (10s).
-rw-r--r--tests/run-xvfb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-xvfb.sh b/tests/run-xvfb.sh
index aab5293..88bc431 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 4
+sleep 10
fi