]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
test: Return wait_for_clean() to start sleeping at .1
authorDavid Zafman <dzafman@redhat.com>
Wed, 23 Nov 2016 05:36:13 +0000 (21:36 -0800)
committerDavid Zafman <dzafman@redhat.com>
Wed, 23 Nov 2016 05:36:13 +0000 (21:36 -0800)
Signed-off-by: David Zafman <dzafman@redhat.com>
qa/workunits/ceph-helpers.sh

index 3fb89078e99c3bdd89000f9d94aa045824c8c401..d988e176a786a0e94f5574a41c6eb0da80d2cdb5 100755 (executable)
@@ -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