From bd1b951f7179a60483853069b050a91031302ae6 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 11 Jun 2018 15:59:44 -0700 Subject: [PATCH] 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 --- tests/_do_install_and_reboot.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index c84fff1b..03b1e1e9 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -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"));