From 3e7c3bcebf8a39ac1a097bc97cf6aa7f39b2743c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 10 May 2023 20:01:04 +0200 Subject: [PATCH] copr: increase build timeout to 50h It appears it could help with the current chromium builds. --- roles/copr/frontend/templates/copr.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index fdd440a9be..1f4b46afef 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -146,9 +146,9 @@ PAGURE_EVENTS = { {% endif %} } -# Increase build timeout to 48h -# Requested by lantw44 for chromium -MAX_BUILD_TIMEOUT = 172800 +# Increased build timeout to 50h +# Requested by @lantw44 for chromium, later by @kkleine +MAX_BUILD_TIMEOUT = 180000 {% if copr_kerberos_auth_enabled %} API_GSSAPI_AUTH = True {% else %}