Increase osm health check default timeout 59/6559/1
authorMike Marchetti <mmarchetti@sandvine.com>
Tue, 25 Sep 2018 16:09:51 +0000 (12:09 -0400)
committerMike Marchetti <mmarchetti@sandvine.com>
Tue, 25 Sep 2018 16:09:51 +0000 (12:09 -0400)
Change-Id: I1e3cdec3fb4d3611f1d912b4ec7a020ac1013a0b
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
installers/osm_health.sh

index 3a7eaf9..2be8ce4 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-WAIT_TIME=30
+WAIT_TIME=60
 NUM_SERVICES_WITH_HEALTH=3
 
 while getopts "w:s:n:" o; do