From: David Galloway Date: Wed, 27 May 2020 21:42:02 +0000 (-0400) Subject: console.py: Wait longer for IPMI timeouts X-Git-Tag: 1.1.0~99^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=67dade90031b49bc7f39cc03337eb24a0e30d4de;p=teuthology.git console.py: Wait longer for IPMI timeouts The smithi have really crappy/flaky BMCs. I occasionally see `'wait for power on' reached maximum tries (5) after waiting for 20.0 seconds` but when I go to check the BMC, it just needed some more time. So let's give it more time. Signed-off-by: David Galloway --- diff --git a/teuthology/orchestra/console.py b/teuthology/orchestra/console.py index ba327a8161..d5be782303 100644 --- a/teuthology/orchestra/console.py +++ b/teuthology/orchestra/console.py @@ -35,7 +35,7 @@ class PhysicalConsole(RemoteConsole): Physical Console (set from getRemoteConsole) """ def __init__(self, name, ipmiuser=None, ipmipass=None, ipmidomain=None, - logfile=None, timeout=20): + logfile=None, timeout=40): self.name = name self.shortname = self.getShortName(name) self.timeout = timeout