Skip to content

Commit

Permalink
orchestra.PhysicalConsole: Increase timeout
Browse files Browse the repository at this point in the history
... from 40s to 120s. A physical host being slightly slow to boot should not
cause a reimage failure.

Signed-off-by: Zack Cerza <[email protected]>
  • Loading branch information
zmc committed Mar 4, 2024
1 parent b1dac55 commit 4f04cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion teuthology/orchestra/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 4f04cf9

Please sign in to comment.