commit | 7170332564c3a58a7e5c2c294d490a2afaf9ac02 | [log] [tgz] |
---|---|---|
author | Yuta HIGUCHI <y-higuchi@onlab.us> | Tue May 06 09:17:29 2014 -0700 |
committer | Gerrit Code Review <gerrit2@gerrit.onos.onlab.us> | Tue May 06 12:56:41 2014 -0700 |
tree | 8d5335584d81d52325c8f1b1c47f714e2944d996 | |
parent | e04a9df5d62c4ec94cf9dea599c634a3a6dd5368 [diff] |
Increasing ZK wait timeout Default timeout of 1 sec was not enough on some VM environment. Change-Id: I749900b82c40307ffd6526b5017448967c074607
diff --git a/onos.sh b/onos.sh index 57d24db..e6d7d68 100755 --- a/onos.sh +++ b/onos.sh
@@ -544,7 +544,7 @@ } function start-coord { - wait-zk-or-die 1 + wait-zk-or-die 2 if [ ! -d ${LOGDIR} ]; then mkdir -p ${LOGDIR} @@ -665,7 +665,7 @@ } function start-server { - wait-zk-or-die 1 + wait-zk-or-die 2 if [ ! -d ${LOGDIR} ]; then mkdir -p ${LOGDIR}