summaryrefslogtreecommitdiffstats
path: root/doctor_tests/stack.py
diff options
context:
space:
mode:
Diffstat (limited to 'doctor_tests/stack.py')
-rw-r--r--doctor_tests/stack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doctor_tests/stack.py b/doctor_tests/stack.py
index ee586fa8..8a921beb 100644
--- a/doctor_tests/stack.py
+++ b/doctor_tests/stack.py
@@ -94,7 +94,7 @@ class Stack(object):
# It might not always work at first
self.log.info('retry creating maintenance stack.......')
self.delete()
- time.sleep(3)
+ time.sleep(5)
stack = self.heat.stacks.create(stack_name=self.stack_name,
files=files,
template=template,