From 965dc99ef59ec3a84c6aa772617c935c447ec6aa Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 29 Jan 2024 17:03:30 -0800 Subject: [PATCH] Give ostree_build another half hour again Another bunch of these timed out. Not sure why. Maybe it's when I run a lot of them at the same time? Let's try this, again. Signed-off-by: Adam Williamson --- templates-updates.fif.json | 2 +- tests/_ostree_build.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates-updates.fif.json b/templates-updates.fif.json index 47f95a64..6169ade7 100644 --- a/templates-updates.fif.json +++ b/templates-updates.fif.json @@ -446,7 +446,7 @@ "BOOTFROM": "c", "HDD_1": "disk_f%VERSION%_minimal_3_%ARCH%.qcow2", "HDDSIZEGB_3": "25", - "MAX_JOB_TIME": "10800", + "MAX_JOB_TIME": "12600", "+NUMDISKS": "3", "POSTINSTALL": "_ostree_build", "ROOT_PASSWORD": "weakpassword", diff --git a/tests/_ostree_build.pm b/tests/_ostree_build.pm index 8d7ba532..022a79aa 100644 --- a/tests/_ostree_build.pm +++ b/tests/_ostree_build.pm @@ -104,7 +104,7 @@ sub run { $cmd .= " --repo=/etc/yum.repos.d/advisory.repo" unless ($tag); $cmd .= " --repo=/etc/yum.repos.d/openqa-testtag.repo" if ($tag); $cmd .= " ./results"; - assert_script_run $cmd, 7000; + assert_script_run $cmd, 9000; # 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";