From c6f1a03a92f7f7cb33a58aa3542578f5ae220393 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 4 Dec 2020 14:57:04 -0800 Subject: [PATCH] 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 --- tests/disk_custom_resize_lvm.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/disk_custom_resize_lvm.pm b/tests/disk_custom_resize_lvm.pm index 69cbd7e4..6cdfe9e4 100644 --- a/tests/disk_custom_resize_lvm.pm +++ b/tests/disk_custom_resize_lvm.pm @@ -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