summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2015-09-11 10:12:29 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2015-09-11 15:01:31 +0100
commit013d6bb5e59dbadaf6aabb6705e930741727202f (patch)
tree79f4fa8bb9186849c59942719c768efd9f73da14
parent3f1de523913aad242d135367260e9e3595311131 (diff)
downloadciat-tester-013d6bb5e59dbadaf6aabb6705e930741727202f.tar.gz
Increase timeout time.
-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)