bump timeout to prevent gate failures
attempt to fix the transient gate failures by increasing the timeout Change-Id: I837652013f94b0d1ed3f4b40fe14ce5a47c687b6
This commit is contained in:
parent
9f91eadb2b
commit
461a203f2d
@ -268,7 +268,7 @@ class ServerTests(test.TestCase):
|
||||
self.assertEqual("", raw_output)
|
||||
self.wait_for_status("ACTIVE")
|
||||
|
||||
def wait_for_status(self, expected_status='ACTIVE', wait=600, interval=30):
|
||||
def wait_for_status(self, expected_status='ACTIVE', wait=900, interval=30):
|
||||
"""Wait until server reaches expected status."""
|
||||
# TODO(thowe): Add a server wait command to osc
|
||||
failures = ['ERROR']
|
||||
|
Loading…
Reference in New Issue
Block a user