Trying to modify run.sh so it waits for the Xvfb server to start accepting connections.

This commit is contained in:
polar 2017-09-27 16:29:44 -04:00
parent 1a07ced12c
commit dcf5fcab81

3
run.sh
View file

@ -4,7 +4,8 @@ function LOG {
echo $(date -R): $0: $* echo $(date -R): $0: $*
} }
timeout=300 # Two minutes should be enough.
timeout=120
displayNumber=1 displayNumber=1
screenNumber=0 screenNumber=0