From 239d028fdcc98e8e571089a9f24ec06d3e038fd4 Mon Sep 17 00:00:00 2001 From: Luciano Lo Giudice Date: Mon, 6 May 2024 20:26:21 -0300 Subject: [PATCH] Increase retries --- zaza/openstack/charm_tests/ceph/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/ceph/tests.py b/zaza/openstack/charm_tests/ceph/tests.py index 7cc4aa8..58719c2 100644 --- a/zaza/openstack/charm_tests/ceph/tests.py +++ b/zaza/openstack/charm_tests/ceph/tests.py @@ -1807,7 +1807,7 @@ class CephMonKeyRotationTests(test_utils.BaseCharmTest): for attempt in tenacity.Retrying( wait=tenacity.wait_exponential(multiplier=2, max=32), - reraise=True, stop=tenacity.stop_after_attempt(10), + reraise=True, stop=tenacity.stop_after_attempt(20), retry=tenacity.retry_if_exception_type(AssertionError) ): with attempt: