From: Patrick Donnelly Date: Mon, 13 Jul 2020 17:14:20 +0000 (-0700) Subject: orchestra/remote: increase console timeout X-Git-Tag: 1.1.0~65^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0557cb66f2b46cf68dee8da010f0dffa7e1454ab;p=teuthology.git orchestra/remote: increase console timeout 20s appears too short for some fog operations. Fixes: https://tracker.ceph.com/issues/46503 Signed-off-by: Patrick Donnelly --- diff --git a/teuthology/orchestra/remote.py b/teuthology/orchestra/remote.py index 4ecff4c24..680b2c02d 100644 --- a/teuthology/orchestra/remote.py +++ b/teuthology/orchestra/remote.py @@ -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. """