Bump a timeout a bit for aarch64
Seems like 10 seconds here isn't always long enough for aarch64, so bump it. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
200cab3899
commit
e89de5fffb
@ -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", 10)) {
|
if (check_screen("anaconda_blivet_free_space", 15)) {
|
||||||
assert_and_click "anaconda_blivet_free_space";
|
assert_and_click "anaconda_blivet_free_space";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user