From c1eb8746bc08a88b7f59e0a29133b83fcf930b49 Mon Sep 17 00:00:00 2001 From: David Zafman Date: Tue, 22 Nov 2016 21:36:13 -0800 Subject: [PATCH] test: Return wait_for_clean() to start sleeping at .1 Signed-off-by: David Zafman --- qa/workunits/ceph-helpers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5