commit | 23f27952f6dce864c6e83ae433cd6bfa90a07aae | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Fri Nov 02 14:05:28 2018 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Fri Nov 02 14:31:14 2018 -0700 |
tree | dfdfca7bdff2ccf4539e837f98d13109bdd73973 | |
parent | dfc4855437c0b72fcc115cbab1dab098ead41c38 [diff] [blame] |
Make STC less sensitive to timing problems with node and app startup Change-Id: Ia5d7d7e2301e3c94b7aa2c388831a51561bc95fa
diff --git a/tools/test/bin/onos-wait-for-start b/tools/test/bin/onos-wait-for-start index 2cc5002..aad891c 100755 --- a/tools/test/bin/onos-wait-for-start +++ b/tools/test/bin/onos-wait-for-start
@@ -19,7 +19,7 @@ ssh -t -t $remote " # Wait until ApplicationManager is available - for i in {1..10}; do + for i in {1..30}; do grep -q \" ApplicationManager .* Started\" \ $ONOS_INSTALL_DIR/log/karaf.log* && break || sleep 1 done