mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue