From 6f77c0e515dd0702535bba065d92ce64bc26308c Mon Sep 17 00:00:00 2001 From: nazunalika Date: Wed, 5 May 2021 18:59:46 -0700 Subject: [PATCH] increase timeouts --- templates/oz.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/oz.cfg.j2 b/templates/oz.cfg.j2 index 5911183..c189cdb 100644 --- a/templates/oz.cfg.j2 +++ b/templates/oz.cfg.j2 @@ -26,6 +26,6 @@ safe_generation = no [timeouts] install = 14400 -inactivity = 300 -boot = 300 +inactivity = 500 +boot = 500 shutdown = 90