Thomas Vachuska
Committed by Gerrit Code Review

Increasing tolerance of onos-check-apps.

Change-Id: I5c5c33b7727dff889775535af6bde2e8702b873f
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
9 aux=/tmp/stc-$$.log 9 aux=/tmp/stc-$$.log
10 trap "rm -f $aux $aux.1 $aux.2 2>/dev/null" EXIT 10 trap "rm -f $aux $aux.1 $aux.2 2>/dev/null" EXIT
11 11
12 -for attempt in {1..20}; do 12 +for attempt in {1..30}; do
13 onos ${1:-$OCI} "onos:apps -s -a" | grep -v /bin/client > $aux 13 onos ${1:-$OCI} "onos:apps -s -a" | grep -v /bin/client > $aux
14 cat $aux 14 cat $aux
15 15
......