From: David Zafman Date: Thu, 24 May 2018 00:27:14 +0000 (-0700) Subject: test: wait_for_pg_stats() should do another check after last 13 second sleep X-Git-Tag: v14.0.0~32^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=151de1797b9163918b95a5996f422688e0964126;p=ceph-ci.git test: wait_for_pg_stats() should do another check after last 13 second sleep Signed-off-by: David Zafman --- diff --git a/qa/tasks/ceph_manager.py b/qa/tasks/ceph_manager.py index 961a035d8b7..758c7e14841 100644 --- a/qa/tasks/ceph_manager.py +++ b/qa/tasks/ceph_manager.py @@ -1387,7 +1387,7 @@ class CephManager: # both osd_mon_report_interval and mgr_stats_period are 5 seconds # by default, and take the faulty injection in ms into consideration, # 12 seconds are more than enough - delays = [1, 1, 2, 3, 5, 8, 13] + delays = [1, 1, 2, 3, 5, 8, 13, 0] @wraps(func) def wrapper(self, *args, **kwargs): exc = None