diff --git a/lib/anaconda.pm b/lib/anaconda.pm index aa89e9c5..f50e744b 100644 --- a/lib/anaconda.pm +++ b/lib/anaconda.pm @@ -169,7 +169,7 @@ sub custom_blivet_add_partition { wait_still_screen 3; assert_and_click "anaconda_blivet_btn_ok"; # select "free space" in blivet-gui if it exists, so we could run this function again to add another partition - if (check_screen("anaconda_blivet_free_space", 5)) { + if (check_screen("anaconda_blivet_free_space", 10)) { assert_and_click "anaconda_blivet_free_space"; } }