osm_health.sh: increased WAIT_TIME
Change-Id: I173947d424c0a334b51a3e0f58a4efae7ee57cd8
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/installers/osm_health.sh b/installers/osm_health.sh
index d17d08f..1a9dc7d 100755
--- a/installers/osm_health.sh
+++ b/installers/osm_health.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-WAIT_TIME=180 # LCM healthcheck needs 140 senconds
+WAIT_TIME=340 # LCM healthcheck needs 2x(30+140) senconds
SERVICES_WITH_HEALTH="nbi ro zookeeper lcm mon"
NUM_SERVICES_WITH_HEALTH=$(echo $SERVICES_WITH_HEALTH | wc -w)
WAIT_FINAL=30