Bump another blivet timeout

Seems 5 seconds isn't long enough to wait here on aarch64, the
previous dialog hasn't always cleared by then. See e.g.
https://openqa.stg.fedoraproject.org/tests/753802

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2020-03-11 17:43:23 -07:00
parent 3444d2f959
commit 5fdf0041cf
1 changed files with 1 additions and 1 deletions

View File

@ -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";
}
}