summaryrefslogtreecommitdiff
path: root/glance_store/tests/unit/common/test_cinder_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'glance_store/tests/unit/common/test_cinder_utils.py')
-rw-r--r--glance_store/tests/unit/common/test_cinder_utils.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/glance_store/tests/unit/common/test_cinder_utils.py b/glance_store/tests/unit/common/test_cinder_utils.py
index 2f68afb..a7d982f 100644
--- a/glance_store/tests/unit/common/test_cinder_utils.py
+++ b/glance_store/tests/unit/common/test_cinder_utils.py
@@ -74,6 +74,7 @@ class CinderUtilsTestCase(base.BaseTestCase):
self.volume_api.attachment_create,
self.fake_client, self.fake_vol_id)
+ @mock.patch('time.sleep', new=mock.Mock())
def test_attachment_create_retries(self):
fake_attach_id = 'fake-attach-id'