mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-16 02:01:25 +00:00
fix mistake: graphical_login still time should stay 30 secs
I didn't mean to drop it to 15, only meant to extend the timeout to 90.
This commit is contained in:
parent
2df55efb49
commit
880bc477a0
@ -7,7 +7,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", 15, 90); # DM takes time to load
|
$self->boot_to_login_screen("graphical_login", 30, 90); # DM takes time to load
|
||||||
} else {
|
} else {
|
||||||
$self->boot_to_login_screen();
|
$self->boot_to_login_screen();
|
||||||
}
|
}
|
||||||
@ -23,7 +23,7 @@ sub run {
|
|||||||
script_run "reboot";
|
script_run "reboot";
|
||||||
|
|
||||||
if (get_var('DESKTOP')) {
|
if (get_var('DESKTOP')) {
|
||||||
$self->boot_to_login_screen("graphical_login", 15, 90); # DM takes time to load
|
$self->boot_to_login_screen("graphical_login", 30, 90); # 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