diff --git a/tests/_ostree_build.pm b/tests/_ostree_build.pm index 30c6630c..02435b6f 100644 --- a/tests/_ostree_build.pm +++ b/tests/_ostree_build.pm @@ -89,7 +89,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, 6000; + assert_script_run $cmd, 7000; # good to have the log around for checks upload_logs "lorax.log", failok => 1; assert_script_run "mv results/images/boot.iso ./${advortask}-${subv}-ostree-${arch}.iso";