1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-24 15:47:23 +00:00

_installer_build: give lorax a bit longer to run

It timed out on some Rawhide update tests.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-05-06 14:05:41 -07:00
parent 618944b0a9
commit 0ca13cc949

View File

@ -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";