From a1b36fbbe77ea2cae9cd35d67619fab3beea19af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 23 Dec 2015 16:04:53 +0100 Subject: [PATCH] copr: increase builder timeout to 33600 --- 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 bb1956537b..b54320d412 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=21600 +timeout=33600 # utilized by /usr/bin/check_consecutive_build_fails.py consecutive_failure_threshold=30