From 185e2d51bb3fdfe3e0b79090a933c7a12ff7b657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20R=C5=AF=C5=BEi=C4=8Dka?= Date: Wed, 9 Feb 2022 16:44:46 +0100 Subject: [PATCH] Prolong installation time to let tests finish gracefully. --- 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 a60645a2..f2f16ca1 100644 --- a/tests/_do_install_and_reboot.pm +++ b/tests/_do_install_and_reboot.pm @@ -80,10 +80,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 = 1800; + my $timeout = 2400; my $version = lc(get_var('VERSION')); if ($version eq "rawhide") { - $timeout = 2400; + $timeout = 3600; } # workstation especially has an unfortunate habit of kicking in # the screensaver during install...