commit | 202334780fbccfc133536ca94bebddf65be4eaa8 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Thu Feb 18 15:52:26 2016 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Fri Feb 19 18:51:24 2016 +0000 |
tree | 4238aee29ff557a355668315032412d237e43387 | |
parent | 84922b3b42fc6c65cc567486ce8132e15ff9087d [diff] |
Increase timeout for check components Change-Id: I3a60e5dfe1d3fa4c59a2ef2f182eaa995a527ee3
diff --git a/tools/test/bin/onos-check-components b/tools/test/bin/onos-check-components index 0001782..e619937 100755 --- a/tools/test/bin/onos-check-components +++ b/tools/test/bin/onos-check-components
@@ -6,7 +6,7 @@ aux=/tmp/stc-$$.log trap "rm -f $aux 2>/dev/null" EXIT -for attempt in {1..10}; do +for attempt in {1..30}; do onos ${1:-$OCI} scr:list > $aux if grep -q UNSATISFIED $aux; then @@ -21,4 +21,4 @@ fi done -exit 1 \ No newline at end of file +exit 1