From d09606619fa0f663ed8949ba705a12df8350aa40 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 4 Aug 2017 12:06:27 -0400 Subject: [PATCH] qa/tasks/ceph: wait longer for scrub Signed-off-by: Sage Weil --- qa/tasks/ceph.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3