Ray Milkey
Committed by Gerrit Code Review

Increase timeout for check components

Change-Id: I3a60e5dfe1d3fa4c59a2ef2f182eaa995a527ee3
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
6 aux=/tmp/stc-$$.log 6 aux=/tmp/stc-$$.log
7 trap "rm -f $aux 2>/dev/null" EXIT 7 trap "rm -f $aux 2>/dev/null" EXIT
8 8
9 -for attempt in {1..10}; do 9 +for attempt in {1..30}; do
10 onos ${1:-$OCI} scr:list > $aux 10 onos ${1:-$OCI} scr:list > $aux
11 11
12 if grep -q UNSATISFIED $aux; then 12 if grep -q UNSATISFIED $aux; then
......