]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/standalone/misc: ver-health.sh: Increase wait_for_health_string() timeout 42133/head
authorSridhar Seshasayee <sseshasa@redhat.com>
Mon, 5 Jul 2021 06:20:04 +0000 (11:50 +0530)
committerSridhar Seshasayee <sseshasa@redhat.com>
Fri, 30 Jul 2021 12:46:00 +0000 (18:16 +0530)
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>
qa/standalone/misc/ver-health.sh

index 61c19ed5dfe7ba5bfa2390c1af75b3eaf1c3f501..e03f8f4f5f092148f38589144a1950de856f5241 100755 (executable)
@@ -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