]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
getRemoteConsole: use a 300s timeout wip-adam-timeout
authorZack Cerza <zack@redhat.com>
Tue, 30 Aug 2022 16:41:26 +0000 (10:41 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 30 Aug 2022 16:41:26 +0000 (10:41 -0600)
teuthology/orchestra/remote.py

index df269c740b49aa422ebda890e7b52e52334b9c1c..abc55916329e372c9d1cd2c46e764fda75dae532 100644 (file)
@@ -712,7 +712,7 @@ class Remote(RemoteShell):
 
 
 def getRemoteConsole(name, ipmiuser=None, ipmipass=None, ipmidomain=None,
-                     logfile=None, timeout=60):
+                     logfile=None, timeout=300):
     """
     Return either VirtualConsole or PhysicalConsole depending on name.
     """