give upgrade_preinstall a bit longer for desktop startup

90 seems too tight. See:
https://openqa.fedoraproject.org/tests/36079
This commit is contained in:
Adam Williamson 2016-09-24 14:28:20 -07:00
parent ddc91efeff
commit 032d8f76a3

View File

@ -11,7 +11,7 @@ sub run {
# wait for either graphical or text login
if (get_var('DESKTOP')) {
$self->boot_to_login_screen("graphical_login", 30, 90); # DM takes time to load
$self->boot_to_login_screen("graphical_login", 30, 120); # DM takes time to load
} else {
$self->boot_to_login_screen();
}
@ -32,7 +32,7 @@ sub run {
}
if (get_var('DESKTOP')) {
$self->boot_to_login_screen("graphical_login", 30, 90); # DM takes time to load
$self->boot_to_login_screen("graphical_login", 30, 120); # DM takes time to load
} else {
$self->boot_to_login_screen();
}