mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
Bump some wait_still_screen in custom_resize_lvm for aarch64
This is failing on aarch64 because it's not refreshing fast enough. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
dd9b9a8c5f
commit
c6f1a03a92
@ -34,8 +34,8 @@ sub run {
|
||||
type_very_safely "/boot";
|
||||
assert_and_click "anaconda_part_device_reformat";
|
||||
assert_and_click "anaconda_part_update_settings";
|
||||
# give it a second or two to update
|
||||
wait_still_screen 2;
|
||||
# give it a few seconds to update
|
||||
wait_still_screen 5;
|
||||
|
||||
# For UEFI based images, we need to reassign the efi boot
|
||||
# mountpoint as well
|
||||
@ -46,7 +46,7 @@ sub run {
|
||||
assert_and_click "anaconda_part_device_reformat";
|
||||
assert_and_click "anaconda_part_update_settings";
|
||||
# give it a second or two to update
|
||||
wait_still_screen 2;
|
||||
wait_still_screen 5;
|
||||
}
|
||||
|
||||
# Now resize and format the current root partition
|
||||
|
Loading…
Reference in New Issue
Block a user