Skip to content

Commit

Permalink
Merge pull request #15389 from rfan1/disable_grub_timeout
Browse files Browse the repository at this point in the history
Add more steps to match needle in disable_grub_timeout
  • Loading branch information
a-kpappas committed Aug 22, 2022
2 parents cc341e5 + f144afd commit b541330
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 b541330

Please sign in to comment.