X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fosm_health.sh;h=ebae833313e2c927f057bdb9c48204414f2c4701;hb=a7e5d0103241459c2aae06c53931bebed13b4cec;hp=2684af7309f53cfc2bd503713ece164c21363fc1;hpb=e3167903834bdcb8d65e178edff8aca0bc31ce20;p=osm%2Fdevops.git diff --git a/installers/osm_health.sh b/installers/osm_health.sh index 2684af73..ebae8333 100755 --- a/installers/osm_health.sh +++ b/installers/osm_health.sh @@ -1,7 +1,7 @@ #!/bin/sh -WAIT_TIME=180 # LCM healthcheck needs 140 senconds -SERVICES_WITH_HEALTH="nbi ro zookeeper lcm" +WAIT_TIME=340 # LCM healthcheck needs 2x(30+140) senconds +SERVICES_WITH_HEALTH="nbi ro zookeeper lcm mon light-ui pol" NUM_SERVICES_WITH_HEALTH=$(echo $SERVICES_WITH_HEALTH | wc -w) WAIT_FINAL=30