Use very long functional test linger
Five seconds is not enough on the gate which seems to run real slow at times. I'm thinking 15 seconds will be a lot more reliable. Change-Id: I8a3af452c43771aaf01634590fc60145ad898636
This commit is contained in:
@@ -78,7 +78,7 @@ class BaseFunctionalTest(unittest.TestCase):
|
|||||||
# or the resource, but for now I just want to get the functional tests
|
# or the resource, but for now I just want to get the functional tests
|
||||||
# working again.
|
# working again.
|
||||||
@classmethod
|
@classmethod
|
||||||
def wait_for_delete(cls, proxy_find, name_or_id, interval=2, linger=5,
|
def wait_for_delete(cls, proxy_find, name_or_id, interval=2, linger=15,
|
||||||
wait=60):
|
wait=60):
|
||||||
total_sleep = 0
|
total_sleep = 0
|
||||||
while total_sleep < wait:
|
while total_sleep < wait:
|
||||||
|
Reference in New Issue
Block a user