Merge "Increase glance image polling intervall from 1 to 5 seconds"

This commit is contained in:
Zuul 2019-10-31 18:44:01 +00:00 committed by Gerrit Code Review
commit 909dc7cf9b
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class GlanceImageFixture(tobiko.SharedFixture):
username = None
password = None
image = None
wait_interval = 1.
wait_interval = 5.
def __init__(self, image_name=None, username=None, password=None,
client=None):