From 013d6bb5e59dbadaf6aabb6705e930741727202f Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 11 Sep 2015 10:12:29 +0100 Subject: Increase timeout time. --- openstack/tester | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openstack') 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) -- cgit v1.2.1