mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
test: Return wait_for_clean() to start sleeping at .1
Signed-off-by: David Zafman <dzafman@redhat.com>
This commit is contained in:
parent
453942946a
commit
c1eb8746bc
@ -1125,7 +1125,7 @@ function test_get_timeout_delays() {
|
||||
function wait_for_clean() {
|
||||
local num_active_clean=-1
|
||||
local cur_active_clean
|
||||
local -a delays=($(get_timeout_delays $TIMEOUT))
|
||||
local -a delays=($(get_timeout_delays $TIMEOUT .1))
|
||||
local -i timer=0
|
||||
local num_pgs=$(get_num_pgs)
|
||||
test $num_pgs != 0 || return 1
|
||||
|
Loading…
Reference in New Issue
Block a user