summaryrefslogtreecommitdiff
path: root/functional
diff options
context:
space:
mode:
Diffstat (limited to 'functional')
-rw-r--r--functional/tests/compute/v2/test_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/functional/tests/compute/v2/test_server.py b/functional/tests/compute/v2/test_server.py
index 4309aeaa..247784e1 100644
--- a/functional/tests/compute/v2/test_server.py
+++ b/functional/tests/compute/v2/test_server.py
@@ -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']