From cc5c85a3e4d8b10b9a61a3bdb677b7d9f792aeb7 Mon Sep 17 00:00:00 2001 From: Michel Normand Date: Fri, 27 Mar 2020 13:54:42 +0000 Subject: [PATCH] Increase timeout for getting_started ppc64le f32 Signed-off-by: Michel Normand --- lib/utils.pm | 2 +- tests/_graphical_wait_login.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/utils.pm b/lib/utils.pm index 7d185f41..ffb195a2 100644 --- a/lib/utils.pm +++ b/lib/utils.pm @@ -656,7 +656,7 @@ sub gnome_initial_setup { } else { # wait for the stupid 'help' screen to show and kill it - if (check_screen "getting_started", 30) { + if (check_screen "getting_started", 45) { send_key "alt-f4"; wait_still_screen 5; } diff --git a/tests/_graphical_wait_login.pm b/tests/_graphical_wait_login.pm index 5d9ad7b7..5d0fe16e 100644 --- a/tests/_graphical_wait_login.pm +++ b/tests/_graphical_wait_login.pm @@ -79,7 +79,7 @@ sub run { } if (get_var("DESKTOP") eq 'gnome' && get_var("INSTALL_NO_USER")) { # wait for the stupid 'help' screen to show and kill it - if (check_screen "getting_started", 30) { + if (check_screen "getting_started", 45) { send_key "alt-f4"; wait_still_screen 5; }