Fixes install_anaconda_text@64bit on rocky-8.4-universal-x86_64 #56

Merged
tcooper merged 8 commits from issue_36 into develop 2021-11-11 00:47:10 +00:00
Showing only changes of commit c06313d7c1 - Show all commits

View File

@ -152,7 +152,7 @@ sub run {
# Wait for install to end. Give Rawhide a bit longer, in case
# we're on a debug kernel, debug kernel installs are really slow.
my $timeout = 1800;
if (lc(get_var('VERSION')) eq "rawhide") {
if (lc(get_var('VERSION')) eq "rawhide" || lc(get_var('DISTRI')) eq "rocky") {
$timeout = 2400;
}