diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 326e1e1b..b5f89dc2 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -382,6 +382,7 @@ "GRUB_POSTINSTALL": "selinux=0", "HDD_1": "disk_f%VERSION%_minimal_3_%ARCH%.qcow2", "HDDSIZEGB_3": "25", + "MAX_JOB_TIME": "10800", "+NUMDISKS": "3", "POSTINSTALL": "_live_build", "ROOT_PASSWORD": "weakpassword", diff --git a/tests/_live_build.pm b/tests/_live_build.pm index ba65c3a3..0c2862db 100644 --- a/tests/_live_build.pm +++ b/tests/_live_build.pm @@ -67,7 +67,7 @@ sub run { assert_script_run 'mock -r openqa --isolation=simple --chroot "mkdir -p /chroot_tmpdir"'; assert_script_run "mock -r openqa --isolation=simple --copyin openqa.ks /chroot_tmpdir"; # PULL SOME LEVERS! PULL SOME LEVERS! - assert_script_run "mock -r openqa --enable-network --isolation=simple --chroot \"/sbin/livemedia-creator --ks /chroot_tmpdir/openqa.ks --logfile /chroot_tmpdir/lmc-logs/livemedia-out.log --no-virt --resultdir /chroot_tmpdir/lmc --project Fedora-${subv}-Live --make-iso --volid FWL-${advortask} --iso-only --iso-name Fedora-${subv}-Live-${arch}-${advortask}.iso --releasever ${releasever} --macboot\"", 5400; + assert_script_run "mock -r openqa --enable-network --isolation=simple --chroot \"/sbin/livemedia-creator --ks /chroot_tmpdir/openqa.ks --logfile /chroot_tmpdir/lmc-logs/livemedia-out.log --no-virt --resultdir /chroot_tmpdir/lmc --project Fedora-${subv}-Live --make-iso --volid FWL-${advortask} --iso-only --iso-name Fedora-${subv}-Live-${arch}-${advortask}.iso --releasever ${releasever} --macboot\"", 7200; unless (script_run "mock -r openqa --isolation=simple --copyout /chroot_tmpdir/lmc-logs/livemedia-out.log .", 90) { upload_logs "livemedia-out.log"; }