From: Sage Weil Date: Fri, 4 Aug 2017 16:06:27 +0000 (-0400) Subject: qa/tasks/ceph: wait longer for scrub X-Git-Tag: v12.1.3~63^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d09606619fa0f663ed8949ba705a12df8350aa40;p=ceph.git qa/tasks/ceph: wait longer for scrub Signed-off-by: Sage Weil --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index 3702058d0db6..5343aa1cc0f5 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -1029,8 +1029,8 @@ def osd_scrub_pgs(ctx, config): indicate the last scrub completed. Time out if no progess is made here after two minutes. """ - retries = 20 - delays = 10 + retries = 40 + delays = 20 cluster_name = config['cluster'] manager = ctx.managers[cluster_name] all_clean = False