From b59b3208ddbc00f12f75d1dafaeb787633ea9445 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Thu, 19 Jun 2025 10:09:16 +0200 Subject: [PATCH] Increase time_for_readiness to 2 minutes in 45-osm-health based on empirical assessment Change-Id: I0a19a448d55be99eab484138fcce1e9d1ef330e0 Signed-off-by: garciadeblas --- installers/45-osm-health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/45-osm-health.sh b/installers/45-osm-health.sh index c5d9cd81..fbdbe5ab 100755 --- a/installers/45-osm-health.sh +++ b/installers/45-osm-health.sh @@ -23,7 +23,7 @@ export KUBECONFIG="${OSM_HOME_DIR}/clusters/kubeconfig-osm.yaml" # Default values sampling_period=5 # seconds -time_for_readiness=1 # minutes ready +time_for_readiness=2 # minutes ready time_for_failure=7 # minutes broken oks_threshold=$((time_for_readiness*60/${sampling_period})) # No. ok samples to declare the system ready -- 2.25.1