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:
TerryHowe
2015-06-21 06:49:34 -06:00
parent 5c8f591711
commit 6b85dfa956

View File

@@ -78,7 +78,7 @@ class BaseFunctionalTest(unittest.TestCase):
# or the resource, but for now I just want to get the functional tests
# working again.
@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):
total_sleep = 0
while total_sleep < wait: