From c06313d7c1e7a5f3cad9cc749b4e49a831b47424 Mon Sep 17 00:00:00 2001 From: Trevor Cooper Date: Wed, 27 Oct 2021 09:04:19 -0700 Subject: [PATCH] extend timeout for install --- tests/install_text.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/install_text.pm b/tests/install_text.pm index 19ff4fea..26f015d7 100644 --- a/tests/install_text.pm +++ b/tests/install_text.pm @@ -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; }