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:
Steve Martinelli 2016-05-05 09:19:41 -07:00
parent 9f91eadb2b
commit 461a203f2d

View File

@ -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']