From: Sage Weil Date: Fri, 26 May 2017 13:22:37 +0000 (-0400) Subject: qa/tasks/ceph: osd_scrub_pgs: try a bit longer X-Git-Tag: v12.1.0~107^2~6 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6fa9d324075b88411d2b67dbf4fc30efcdd935bb;p=ceph-ci.git qa/tasks/ceph: osd_scrub_pgs: try a bit longer I just saw a test fail that was still waiting for scrubs to complete. Signed-off-by: Sage Weil --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 181429b0716..4eb49fce884 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -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]