Skip to content

Commit

Permalink
reboot timeout to 600s
Browse files Browse the repository at this point in the history
  • Loading branch information
rabdulfaizy committed Feb 23, 2025
1 parent 7cf7401 commit 34f6c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/node.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def create(
)
return node

def reboot(self, time_out: int = 300) -> None:
def reboot(self, time_out: int = 600) -> None:
self.tools[Reboot].reboot(time_out)

def execute(
Expand Down

0 comments on commit 34f6c06

Please sign in to comment.