]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test: wait_for_pg_stats() should do another check after last 13 second sleep 22198/head
authorDavid Zafman <dzafman@redhat.com>
Thu, 24 May 2018 00:27:14 +0000 (17:27 -0700)
committerDavid Zafman <dzafman@redhat.com>
Thu, 24 May 2018 00:27:14 +0000 (17:27 -0700)
Signed-off-by: David Zafman <dzafman@redhat.com>
qa/tasks/ceph_manager.py

index 961a035d8b782a0f1b5ec4281ee0ec8c3ff562ae..758c7e1484173725332e09d76ebf16b05b81b8dc 100644 (file)
@@ -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