summaryrefslogtreecommitdiff
path: root/openstack
diff options
context:
space:
mode:
Diffstat (limited to 'openstack')
-rwxr-xr-xopenstack/tester2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/tester b/openstack/tester
index 8850bbc..e9a08a8 100755
--- a/openstack/tester
+++ b/openstack/tester
@@ -115,7 +115,7 @@ class DeployedSystemInstance(object):
% (timeout))
time.sleep(3)
- def wait_until_online(self, timeout=120):
+ def wait_until_online(self, timeout=180):
self._wait_for_dhcp(timeout)
self._wait_for_ssh(timeout)
#self._wait_for_cloud_init(timeout)