From c04e15337204cdd8f8717a9673ab093e9446af98 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 6 Sep 2022 14:25:10 -0400 Subject: [PATCH] Extend inactivity time to 600s It seems that ppc64le and aarch64 are both quite slow during the ELN Image install. The aarch64 is now finishing most of the time, but the ppc64le build still times out. Signed-off-by: Stephen Gallagher --- roles/koji_builder/templates/oz.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koji_builder/templates/oz.cfg.j2 b/roles/koji_builder/templates/oz.cfg.j2 index 60b145c1d6..740e62e9e3 100644 --- a/roles/koji_builder/templates/oz.cfg.j2 +++ b/roles/koji_builder/templates/oz.cfg.j2 @@ -26,6 +26,6 @@ safe_generation = no [timeouts] install = 14400 -inactivity = 450 +inactivity = 600 boot = 300 shutdown = 90