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 <sseshasa@redhat.com>
This commit is contained in:
Sridhar Seshasayee 2021-07-05 11:50:04 +05:30
parent 33d2a2c93b
commit 464e9ea6c0

View File

@ -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