1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-22 05:53:09 +00:00

btrfs_preserve_home: a bit more time for partition delete confirm

aarch64 tests are failing here because anaconda's still thinking
about the delete confirmation, it seems.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-05-06 14:19:31 -07:00
parent 8468bd2e0b
commit bb3221a46c

View File

@ -59,7 +59,7 @@ sub run {
assert_and_click "anaconda_part_confirm_delete"; assert_and_click "anaconda_part_confirm_delete";
# Add the new root partition to the scheme # Add the new root partition to the scheme
assert_and_click "anaconda_add"; assert_and_click("anaconda_add", timeout=>60);
type_very_safely "/\n"; type_very_safely "/\n";
# Confirm changes # Confirm changes