From 464e9ea6c0ebb0034ecd26b0609c9296ff6644cb Mon Sep 17 00:00:00 2001 From: Sridhar Seshasayee Date: Mon, 5 Jul 2021 11:50:04 +0530 Subject: [PATCH] qa/standalone/misc: ver-health.sh: Increase wait_for_health_string() timeout Modified test cases: 1. ver-health.sh: a. TEST_check_version_health_1(): To avoid intermittent timeouts observed in wait_for_health_string(), increase the wait time to 20 secs. Signed-off-by: Sridhar Seshasayee --- qa/standalone/misc/ver-health.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/standalone/misc/ver-health.sh b/qa/standalone/misc/ver-health.sh index 61c19ed5dfe7..e03f8f4f5f09 100755 --- a/qa/standalone/misc/ver-health.sh +++ b/qa/standalone/misc/ver-health.sh @@ -38,7 +38,7 @@ function run() { function wait_for_health_string() { local grep_string=$1 - local seconds=${2:-10} + local seconds=${2:-20} # Allow mon to notice version difference set -o pipefail -- 2.47.3