Trying to modify run.sh so it waits for the Xvfb server to start accepting connections.
This commit is contained in:
parent
ef46530b66
commit
c16478bb80
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -4,7 +4,7 @@ function LOG {
|
|||
echo $(date -R): $0: $*
|
||||
}
|
||||
|
||||
timeout=30
|
||||
timeout=300
|
||||
|
||||
displayNumber=1
|
||||
screenNumber=0
|
||||
|
|
Loading…
Reference in a new issue