From: garciadeblas Date: Tue, 7 Sep 2021 16:58:35 +0000 (+0200) Subject: Fix bug 1653 to update osm_health increasing time_for_failure X-Git-Tag: v10.0.2^0 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=161acd4033dd8414c6ec956d88eef1aba112ba73;p=osm%2Fdevops.git Fix bug 1653 to update osm_health increasing time_for_failure Recent tests showed that the 5 minutes assigned to the time for checking failures in pods were not enough. This change increases the time to 7 minutes, which will be enough even for the long tail cases. Change-Id: Ic9c721811a187292c1da6f421f2ed4311b7f4622 Signed-off-by: garciadeblas --- diff --git a/installers/osm_health.sh b/installers/osm_health.sh index 5ee3d78d..6c314fbd 100755 --- a/installers/osm_health.sh +++ b/installers/osm_health.sh @@ -17,7 +17,7 @@ # Default values sampling_period=5 # seconds time_for_readiness=2 # minutes ready -time_for_failure=5 # minutes broken +time_for_failure=7 # minutes broken KUBERNETES= # By default, assumes Docker Swarm installation STACK_NAME=osm # By default, "osm"