copr: increase build timeout to 50h
It appears it could help with the current chromium builds.
This commit is contained in:
parent
b080195aea
commit
3e7c3bcebf
1 changed files with 3 additions and 3 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue