Skip to content

Commit

Permalink
Kernel Install Transformer: Increase kernel reboot timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
adityagesh committed Nov 12, 2024
1 parent 139ab4f commit 1bc086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lisa/transformers/kernel_installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def _internal_run(self) -> Dict[str, Any]:
)

self._log.info("rebooting")
node.reboot(time_out=900)
node.reboot(time_out=1200)
boot_success = True
new_kernel_version = uname.get_linux_information(force_run=True)
message.new_kernel_version = new_kernel_version.kernel_version_raw
Expand Down

0 comments on commit 1bc086e

Please sign in to comment.