Skip to content

Commit

Permalink
Merge pull request #1923 from ceph/poweron-timeout
Browse files Browse the repository at this point in the history
orchestra.PhysicalConsole: Increase timeout
  • Loading branch information
akraitman authored Mar 5, 2024
2 parents b1dac55 + 4f04cf9 commit e691533
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 e691533

Please sign in to comment.