diff --git a/lib/anaconda.pm b/lib/anaconda.pm index 55f54604..a449ed63 100644 --- a/lib/anaconda.pm +++ b/lib/anaconda.pm @@ -355,6 +355,8 @@ sub check_help_on_pane { # can throw off the match here. so we'll try hitting shift-tab # a few times to shift focus send_key_until_needlematch("anaconda_main_hub", "shift-tab"); + # things can take some time to settle after this one + wait_still_screen 10 if ($screen eq "install_destination"); } }