Merge "Use very long functional test linger"
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
|
||||
# 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:
|
||||
|
Reference in New Issue
Block a user