]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/ceph_manager.py
update sources to 12.2.7
[ceph.git] / ceph / qa / tasks / ceph_manager.py
index edbb2ae3ec6384c6812e8fa7255f6aca6c84a324..969cd6e23c5d1c7242a0f405df9a99672b982f06 100644 (file)
@@ -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