From 35ff299cbde09e9207d0bcd400a6e3e2b05c8afb Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 25 Jun 2020 13:07:37 +0200 Subject: [PATCH] copr-be: increase build timeout to 30h https://lists.fedoraproject.org/archives/list/copr-devel@lists.fedorahosted.org/thread/2SKGANJYGXQ2UNLBF3TKNLJLL3TANUQP/ --- roles/copr/backend/templates/copr-be.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index 7c120eb763..b25d33df42 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -84,7 +84,7 @@ prune_days=7 [builder] # default is 1800 -timeout=86400 +timeout=108000 # utilized by /usr/bin/check_consecutive_build_fails.py consecutive_failure_threshold=30