Extend timeouts for Rocky #71
@ -112,8 +112,8 @@ sub run {
|
|||||||
# we're on a debug kernel, debug kernel installs are really slow.
|
# we're on a debug kernel, debug kernel installs are really slow.
|
||||||
my $timeout = 1800;
|
my $timeout = 1800;
|
||||||
my $version = lc(get_var('VERSION'));
|
my $version = lc(get_var('VERSION'));
|
||||||
if ($version eq "rawhide") {
|
if ($version eq "rawhide" || lc(get_var('DISTRI')) eq "rocky") {
|
||||||
$timeout = 2400;
|
$timeout = 4800;
|
||||||
}
|
}
|
||||||
# workstation especially has an unfortunate habit of kicking in
|
# workstation especially has an unfortunate habit of kicking in
|
||||||
# the screensaver during install...
|
# the screensaver during install...
|
||||||
|
@ -141,7 +141,7 @@ sub run {
|
|||||||
# begin installation
|
# begin installation
|
||||||
console_type_wait("b\n");
|
console_type_wait("b\n");
|
||||||
|
|
||||||
# When simulated crash is planned, then proceed with the crash routines and finish,
|
# When simulated crash is planned, then proceed with the crash routines and finish,
|
||||||
# otherwise proceed normally and do
|
# otherwise proceed normally and do
|
||||||
if (get_var("CRASH_REPORT")) {
|
if (get_var("CRASH_REPORT")) {
|
||||||
crash_anaconda_text;
|
crash_anaconda_text;
|
||||||
@ -153,7 +153,7 @@ sub run {
|
|||||||
# we're on a debug kernel, debug kernel installs are really slow.
|
# we're on a debug kernel, debug kernel installs are really slow.
|
||||||
my $timeout = 1800;
|
my $timeout = 1800;
|
||||||
if (lc(get_var('VERSION')) eq "rawhide" || lc(get_var('DISTRI')) eq "rocky") {
|
if (lc(get_var('VERSION')) eq "rawhide" || lc(get_var('DISTRI')) eq "rocky") {
|
||||||
$timeout = 2400;
|
$timeout = 4800;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (testapi::is_serial_terminal) {
|
if (testapi::is_serial_terminal) {
|
||||||
|
Loading…
Reference in New Issue
Block a user