mirror of
https://github.com/ceph/ceph
synced 2025-02-18 00:17:37 +00:00
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:
parent
33d2a2c93b
commit
464e9ea6c0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user