From 7abb18b1a22f35bf13725dde05130e3a567419ac Mon Sep 17 00:00:00 2001 From: Mike Marchetti Date: Tue, 25 Sep 2018 12:09:51 -0400 Subject: [PATCH] Increase osm health check default timeout Change-Id: I1e3cdec3fb4d3611f1d912b4ec7a020ac1013a0b Signed-off-by: Mike Marchetti --- installers/osm_health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installers/osm_health.sh b/installers/osm_health.sh index 3a7eaf98..2be8ce4f 100755 --- a/installers/osm_health.sh +++ b/installers/osm_health.sh @@ -1,6 +1,6 @@ #!/bin/sh -WAIT_TIME=30 +WAIT_TIME=60 NUM_SERVICES_WITH_HEALTH=3 while getopts "w:s:n:" o; do -- 2.25.1