]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
orchestra.PhysicalConsole: Increase timeout 1923/head
authorZack Cerza <zack@redhat.com>
Mon, 4 Mar 2024 17:23:53 +0000 (10:23 -0700)
committerZack Cerza <zack@redhat.com>
Mon, 4 Mar 2024 17:23:53 +0000 (10:23 -0700)
... from 40s to 120s. A physical host being slightly slow to boot should not
cause a reimage failure.

Signed-off-by: Zack Cerza <zack@redhat.com>
teuthology/orchestra/console.py

index 3afed56c4fc3aa7817e588019f8e25f495a8e340..671413b9e1975f3e14107291cbc34b89ba99e958 100644 (file)
@@ -36,7 +36,7 @@ class PhysicalConsole(RemoteConsole):
     Physical Console (set from getRemoteConsole)
     """
     def __init__(self, name, ipmiuser=None, ipmipass=None, ipmidomain=None,
-                 timeout=40):
+                 timeout=120):
         self.name = name
         self.shortname = self.getShortName(name)
         self.log = log.getChild(self.shortname)