From 3437f8bc026c918d5e60c62624f09a5ce5375576 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Wed, 6 Nov 2019 14:58:39 -0500 Subject: [PATCH] tmp --- zaza/openstack/charm_tests/ceph/rbd_mirror/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/ceph/rbd_mirror/tests.py b/zaza/openstack/charm_tests/ceph/rbd_mirror/tests.py index fa664c3..ed7c8e1 100644 --- a/zaza/openstack/charm_tests/ceph/rbd_mirror/tests.py +++ b/zaza/openstack/charm_tests/ceph/rbd_mirror/tests.py @@ -205,7 +205,7 @@ class CephRBDMirrorTest(CephRBDMirrorBase): # # We do not use tenacity here as it will interfere with tenacity used # in ``resource_reaches_status`` - def create_volume_from_image(cinder, image, retry=5): + def create_volume_from_image(cinder, image, retry=20): if retry < 1: return volume = cinder.volumes.create(8, name='zaza', imageRef=image.id)