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:
parent
ddc91efeff
commit
032d8f76a3
@ -11,7 +11,7 @@ sub run {
|
|||||||
|
|
||||||
# wait for either graphical or text login
|
# wait for either graphical or text login
|
||||||
if (get_var('DESKTOP')) {
|
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 {
|
} else {
|
||||||
$self->boot_to_login_screen();
|
$self->boot_to_login_screen();
|
||||||
}
|
}
|
||||||
@ -32,7 +32,7 @@ sub run {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (get_var('DESKTOP')) {
|
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 {
|
} else {
|
||||||
$self->boot_to_login_screen();
|
$self->boot_to_login_screen();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user