From 6fa9d324075b88411d2b67dbf4fc30efcdd935bb Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Fri, 26 May 2017 09:22:37 -0400 Subject: [PATCH] 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 --- qa/tasks/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] -- 2.39.5