Wait longer for xvfb to start up (#197)

This commit is contained in:
Petr Sloup 2017-09-20 08:05:10 +02:00
parent d60996e3c6
commit da646868c3

3
run.sh
View file

@ -1,6 +1,7 @@
#!/bin/bash
start-stop-daemon --start --pidfile ~/xvfb.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1024x768x24 -ac +extension GLX +render -noreset
sleep 1
echo "Waiting 3 seconds for xvfb to start..."
sleep 3
export DISPLAY=:99.0