Thomas Vachuska
Committed by Gerrit Code Review

Increasing tolerance of onos-check-apps to allow for running on slower cells.

Change-Id: Ib5e61a03e49f9347c9c1fb475c304c13b36e499c
...@@ -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..10}; do 12 +for attempt in {1..20}; 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
......