From 22fbdca02e913028d88b3ed765a24e11b14873f9 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 16 Sep 2022 10:17:35 -0700 Subject: [PATCH] Revert "Extend inactivity time to 600s" This reverts commit c04e15337204cdd8f8717a9673ab093e9446af98. --- 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 740e62e9e3..60b145c1d6 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 = 600 +inactivity = 450 boot = 300 shutdown = 90