Increase glance image polling intervall from 1 to 5 seconds

Change-Id: Ib7959d80c491b65a3595b307fed59511ccd71367
This commit is contained in:
Federico Ressi 2019-10-31 15:34:41 +01:00
parent 88fb0ec424
commit f88cbf6068
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):