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:
parent
c3d6e8bdbd
commit
bd1b951f71
@ -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"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user