]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
openstack: increase ssh timeout to 240 (part 2) 676/head
authorLoic Dachary <ldachary@redhat.com>
Wed, 28 Oct 2015 01:09:18 +0000 (10:09 +0900)
committerloic <ldachary@redhat.com>
Sat, 31 Oct 2015 04:02:59 +0000 (13:02 +0900)
When the connectivity is not great, this is required.

Signed-off-by: Loic Dachary <ldachary@redhat.com>
teuthology/openstack/__init__.py

index 6d8d055eedaaa3a7f009cd1744347920358b5afc..861953fdd0f3e9ffe1c19018b2400bd79caed12d 100644 (file)
@@ -199,7 +199,7 @@ class OpenStack(object):
         log.debug('cloud_init_wait ' + name_or_ip)
         client_args = {
             'user_at_host': '@'.join((self.username, name_or_ip)),
-            'timeout': 10,
+            'timeout': 240,
             'retry': False,
         }
         if self.key_filename: