mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-11 17:34:23 +00:00
ostree_build: bump timeout on ISO build
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9d050b8501
commit
37412b95a8
@ -82,7 +82,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, 4800;
|
assert_script_run $cmd, 6000;
|
||||||
# good to have the log around for checks
|
# good to have the log around for checks
|
||||||
upload_logs "lorax.log", failok => 1;
|
upload_logs "lorax.log", failok => 1;
|
||||||
assert_script_run "mv results/images/boot.iso ./${advortask}-${subv}-ostree-${arch}.iso";
|
assert_script_run "mv results/images/boot.iso ./${advortask}-${subv}-ostree-${arch}.iso";
|
||||||
|
Loading…
Reference in New Issue
Block a user