Skip to content

Commit

Permalink
increase grub timeout for hard-reset
Browse files Browse the repository at this point in the history
Signed-off-by: Pau Capdevila <[email protected]>
  • Loading branch information
pau-hedgehog committed Jan 2, 2025
1 parent c64dae2 commit 91bebff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/hhfab/grub-selector.exp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ if { ! $POWER_RESET} {
}
}
} else {
expect -timeout 60 -ex "GNU GRUB" {
expect -timeout 150 -ex "GNU GRUB" {
handle_grub_menu $SW_NAME $KEY_HOME $KEY_DOWN $ONIE_HIGHLIGHT
} timeout {
log_message "ERR" $SW_NAME "Failed to reset. GRUB not detected."
Expand Down

0 comments on commit 91bebff

Please sign in to comment.