Trying to modify run.sh so it waits for the Xvfb server to start accepting connections.
This commit is contained in:
parent
1a07ced12c
commit
dcf5fcab81
1 changed files with 2 additions and 1 deletions
3
run.sh
3
run.sh
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue