From fe6d4feefcd694c7efa15f6637734d6c447530a9 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 2 Oct 2015 16:05:21 +0000 Subject: [PATCH] set the buildtimeout to 2 days https://fedorahosted.org/rel-eng/ticket/6268 Signed-off-by: Dennis Gilmore --- roles/koji_builder/templates/kojid.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf index 9bb9a29dc1..5caf7d6d80 100644 --- a/roles/koji_builder/templates/kojid.conf +++ b/roles/koji_builder/templates/kojid.conf @@ -11,6 +11,8 @@ ; The directory root where work data can be found from the koji hub ; topdir=/mnt/koji +rpmbuild_timeout=172800 + ;url of package download site topurl = {{koji_topurl}}