From 6e2ea9a0760f9ae41035444a847ebfb92ac1e61e Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Tue, 30 Aug 2022 10:41:26 -0600 Subject: [PATCH] getRemoteConsole: use a 300s timeout --- teuthology/orchestra/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/orchestra/remote.py b/teuthology/orchestra/remote.py index df269c740b..abc5591632 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. """ -- 2.39.5