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 %}
|
{% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Increase build timeout to 48h
|
# Increased build timeout to 50h
|
||||||
# Requested by lantw44 for chromium
|
# Requested by @lantw44 for chromium, later by @kkleine
|
||||||
MAX_BUILD_TIMEOUT = 172800
|
MAX_BUILD_TIMEOUT = 180000
|
||||||
{% if copr_kerberos_auth_enabled %}
|
{% if copr_kerberos_auth_enabled %}
|
||||||
API_GSSAPI_AUTH = True
|
API_GSSAPI_AUTH = True
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue