mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-12 09:54:21 +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:
parent
618944b0a9
commit
0ca13cc949
@ -24,7 +24,7 @@ sub run {
|
|||||||
$cmd .= " --isfinal --repo=/etc/yum.repos.d/fedora-updates.repo";
|
$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";
|
$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
|
# good to have the log around for checks
|
||||||
upload_logs "pylorax.log", failok=>1;
|
upload_logs "pylorax.log", failok=>1;
|
||||||
assert_script_run "mv results/images/boot.iso ./${advortask}-netinst-${arch}.iso";
|
assert_script_run "mv results/images/boot.iso ./${advortask}-netinst-${arch}.iso";
|
||||||
|
Loading…
Reference in New Issue
Block a user