Increase timeout for getting_started ppc64le f32

Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
This commit is contained in:
Michel Normand 2020-03-27 13:54:42 +00:00 committed by Guy Menanteau
parent 8b5be61971
commit cc5c85a3e4
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}