mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 13:11:26 +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";
|
type_very_safely "/boot";
|
||||||
assert_and_click "anaconda_part_device_reformat";
|
assert_and_click "anaconda_part_device_reformat";
|
||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
# give it a second or two to update
|
# give it a few seconds to update
|
||||||
wait_still_screen 2;
|
wait_still_screen 5;
|
||||||
|
|
||||||
# For UEFI based images, we need to reassign the efi boot
|
# For UEFI based images, we need to reassign the efi boot
|
||||||
# mountpoint as well
|
# mountpoint as well
|
||||||
@ -46,7 +46,7 @@ sub run {
|
|||||||
assert_and_click "anaconda_part_device_reformat";
|
assert_and_click "anaconda_part_device_reformat";
|
||||||
assert_and_click "anaconda_part_update_settings";
|
assert_and_click "anaconda_part_update_settings";
|
||||||
# give it a second or two to update
|
# give it a second or two to update
|
||||||
wait_still_screen 2;
|
wait_still_screen 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Now resize and format the current root partition
|
# Now resize and format the current root partition
|
||||||
|
Loading…
Reference in New Issue
Block a user