copr: correctly set timeout to 30 hours

complements 35ff299cbd
This commit is contained in:
Pavel Raiskup 2020-06-27 11:46:14 +02:00
parent 7b848fd051
commit 4752f4092a
2 changed files with 4 additions and 1 deletions

View file

@ -83,7 +83,7 @@ prune_days=7
# log_format=[%(asctime)s][%(levelname)6s][PID:%(process)d][%(name)10s][%(filename)s:%(funcName)s:%(lineno)d] %(message)s
[builder]
# default is 1800
# default is 1800, this probably has no effect!
timeout=108000
# utilized by /usr/bin/check_consecutive_build_fails.py

View file

@ -99,6 +99,9 @@ BLACKLISTED_GROUPS = ['fedorabugs', 'packager', 'provenpackager']
DEFER_BUILD_SECONDS = 300
DEFAULT_BUILD_TIMEOUT = 108000
MAX_BUILD_TIMEOUT = 108000
ENABLE_DISCUSSION = True
DISCOURSE_URL = "https://discussion.fedoraproject.org/"