copr: increase build timeout to 50h

It appears it could help with the current chromium builds.
This commit is contained in:
Pavel Raiskup 2023-05-10 20:01:04 +02:00
parent b080195aea
commit 3e7c3bcebf

View file

@ -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 %}