From: David Zafman Date: Wed, 23 May 2018 19:36:44 +0000 (-0700) Subject: test: wait_for_pg_stats() should do another check after last 13 second sleep X-Git-Tag: v12.2.6~95^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F22197%2Fhead;p=ceph.git test: wait_for_pg_stats() should do another check after last 13 second sleep Signed-off-by: David Zafman (cherry picked from commit 151de1797b9163918b95a5996f422688e0964126) --- diff --git a/qa/tasks/ceph_manager.py b/qa/tasks/ceph_manager.py index edbb2ae3ec63..969cd6e23c5d 100644 --- a/qa/tasks/ceph_manager.py +++ b/qa/tasks/ceph_manager.py @@ -1437,7 +1437,7 @@ class CephManager: # both osd_mon_report_interval_min 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