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
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ sub run {
}
# Wait out animation
sleep 3;
sleep 8;
# 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"));