Increase timeout for getting_started ppc64le f32
Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com>
This commit is contained in:
parent
8b5be61971
commit
cc5c85a3e4
@ -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;
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user