From 67bbf37aa011cdbe0049f286ed2f00c009135f70 Mon Sep 17 00:00:00 2001 From: clime Date: Wed, 18 Oct 2017 23:02:02 +0200 Subject: [PATCH] copr-frontend: make DEFER_BUILD_SECONDS 300 --- roles/copr/frontend/templates/copr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 44510bf0ff..5c6f06992f 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -78,4 +78,4 @@ MBS_URL = "http://localhost/module/1/module-builds/" # no need to filter cla_* groups, they are already filtered by fedora openid BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager'] -DEFER_BUILD_SECONDS = 220 +DEFER_BUILD_SECONDS = 300