mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 03:12:58 +08:00
copr: increase build timeout to 50h
It appears it could help with the current chromium builds.
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user