From 4df7a0a223dec8e22196eaa0bb5d8defcf29384f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 24 Mar 2016 12:04:59 +0100 Subject: [PATCH] copr: increase the timeout to 86400 this is what koji use too. --- 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 b54320d412..c3e9573398 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -87,7 +87,7 @@ dist_git_url=http://{{ dist_git_base_url }}/git [builder] # default is 1800 -timeout=33600 +timeout=86400 # utilized by /usr/bin/check_consecutive_build_fails.py consecutive_failure_threshold=30