From: Sridhar Seshasayee Date: Mon, 5 Jul 2021 06:20:04 +0000 (+0530) Subject: qa/standalone/misc: ver-health.sh: Increase wait_for_health_string() timeout X-Git-Tag: v17.1.0~1244^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=464e9ea6c0ebb0034ecd26b0609c9296ff6644cb;p=ceph.git 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 --- 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