1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 08:47:22 +00:00

Bump a magic sleep a bit

Seems we need to wait a bit longer for this stupid transition
to happen on aarch64...

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-06-11 15:59:44 -07:00
parent c3d6e8bdbd
commit bd1b951f71

View File

@ -54,7 +54,7 @@ sub run {
} }
# Wait out animation # Wait out animation
sleep 3; sleep 8;
# Set user details, unless the test is configured not to create one # Set user details, unless the test is configured not to create one
anaconda_create_user() unless (get_var("USER_LOGIN") eq 'false' || get_var("INSTALL_NO_USER")); anaconda_create_user() unless (get_var("USER_LOGIN") eq 'false' || get_var("INSTALL_NO_USER"));