]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/ceph: osd_scrub_pgs: try a bit longer
authorSage Weil <sage@redhat.com>
Fri, 26 May 2017 13:22:37 +0000 (09:22 -0400)
committerSage Weil <sage@redhat.com>
Thu, 15 Jun 2017 15:23:18 +0000 (11:23 -0400)
I just saw a test fail that was still waiting for
scrubs to complete.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/ceph.py

index 181429b071629f4dab5645158addbb9f4fe90d1c..4eb49fce884633951963cde7eebc7e5207c037f7 100644 (file)
@@ -1030,7 +1030,7 @@ def osd_scrub_pgs(ctx, config):
     indicate the last scrub completed.  Time out if no progess is made
     here after two minutes.
     """
-    retries = 12
+    retries = 20
     delays = 10
     cluster_name = config['cluster']
     manager = ctx.managers[cluster_name]