From: Zack Cerza Date: Tue, 30 Aug 2022 16:41:26 +0000 (-0600) Subject: getRemoteConsole: use a 300s timeout X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fwip-adam-timeout;p=teuthology.git getRemoteConsole: use a 300s timeout --- diff --git a/teuthology/orchestra/remote.py b/teuthology/orchestra/remote.py index df269c740..abc559163 100644 --- a/teuthology/orchestra/remote.py +++ b/teuthology/orchestra/remote.py @@ -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. """