]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
console.py: Wait longer for IPMI timeouts 1498/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 27 May 2020 21:42:02 +0000 (17:42 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 27 May 2020 21:42:02 +0000 (17:42 -0400)
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 <dgallowa@redhat.com>
teuthology/orchestra/console.py

index ba327a816112a49699212a87e7a7311cc09f9bad..d5be78230311528a029e9b09ec5e0ac11a629d9e 100644 (file)
@@ -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