Skip to content

Commit

Permalink
Add more steps to match needle in disable_grub_timeout
Browse files Browse the repository at this point in the history
Due to poo#115577, on some SLES15SP5 setups, we may need
more steps to match a needle when we try to disable grub
timeout.
  • Loading branch information
rfan1 committed Aug 22, 2022
1 parent cc341e5 commit 30c7b55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/installation/disable_grub_timeout.pm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ sub run {
}
else {
# Select section booting on Installation Settings overview (video mode)
send_key_until_needlematch 'booting-section-selected', 'tab';
send_key_until_needlematch 'booting-section-selected', 'tab', 25, 1;
send_key 'ret';
}

Expand Down

0 comments on commit 30c7b55

Please sign in to comment.