From 0ca13cc94977e4ef23831d98df2bc1df77844904 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 6 May 2022 14:05:41 -0700 Subject: [PATCH] _installer_build: give lorax a bit longer to run It timed out on some Rawhide update tests. Signed-off-by: Adam Williamson --- tests/_installer_build.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/_installer_build.pm b/tests/_installer_build.pm index dc77e9f7..66801a8d 100644 --- a/tests/_installer_build.pm +++ b/tests/_installer_build.pm @@ -24,7 +24,7 @@ sub run { $cmd .= " --isfinal --repo=/etc/yum.repos.d/fedora-updates.repo"; } $cmd .= " --repo=/etc/yum.repos.d/advisory.repo --repo=/etc/yum.repos.d/workarounds.repo ./results"; - assert_script_run $cmd, 1800; + assert_script_run $cmd, 2400; # good to have the log around for checks upload_logs "pylorax.log", failok=>1; assert_script_run "mv results/images/boot.iso ./${advortask}-netinst-${arch}.iso";