From aa98b12c5c7881cd6a0d7d2d8dec44a302f7b1dd Mon Sep 17 00:00:00 2001 From: Lukas Ruzicka Date: Mon, 31 Oct 2022 15:45:19 +0100 Subject: [PATCH] Make install times longer to prevent failures on slow VMs --- tests/_do_install_and_reboot.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/_do_install_and_reboot.pm b/tests/_do_install_and_reboot.pm index 608ffc9a..80fc70ce 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -82,10 +82,10 @@ 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 = 2400; + my $timeout = 3000; my $version = lc(get_var('VERSION')); if ($version eq "rawhide") { - $timeout = 3600; + $timeout = 4200; } # workstation especially has an unfortunate habit of kicking in # the screensaver during install...