]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
orchestra/remote: increase console timeout 1535/head
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 13 Jul 2020 17:14:20 +0000 (10:14 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Mon, 13 Jul 2020 17:14:20 +0000 (10:14 -0700)
20s appears too short for some fog operations.

Fixes: https://tracker.ceph.com/issues/46503
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
teuthology/orchestra/remote.py

index 4ecff4c249353c5a4c6d368491ac6e4ba47d8733..680b2c02d2f7dbac614f7a662dc0bc9d316840f7 100644 (file)
@@ -524,7 +524,7 @@ class Remote(object):
 
 
 def getRemoteConsole(name, ipmiuser=None, ipmipass=None, ipmidomain=None,
-                     logfile=None, timeout=20):
+                     logfile=None, timeout=60):
     """
     Return either VirtualConsole or PhysicalConsole depending on name.
     """