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:
parent
3444d2f959
commit
5fdf0041cf
@ -169,7 +169,7 @@ sub custom_blivet_add_partition {
|
|||||||
wait_still_screen 3;
|
wait_still_screen 3;
|
||||||
assert_and_click "anaconda_blivet_btn_ok";
|
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
|
# 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";
|
assert_and_click "anaconda_blivet_free_space";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user