From: David Zafman Date: Wed, 23 Nov 2016 05:36:13 +0000 (-0800) Subject: test: Return wait_for_clean() to start sleeping at .1 X-Git-Tag: v11.1.0~190^2~2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c1eb8746bc08a88b7f59e0a29133b83fcf930b49;p=ceph-ci.git test: Return wait_for_clean() to start sleeping at .1 Signed-off-by: David Zafman --- diff --git a/qa/workunits/ceph-helpers.sh b/qa/workunits/ceph-helpers.sh index 3fb89078e99..d988e176a78 100755 --- a/qa/workunits/ceph-helpers.sh +++ b/qa/workunits/ceph-helpers.sh @@ -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