Bump build timeout to 60 min

Container build using buildah w/ push=True is consistently hitting
timeout exception "SystemError: The following jobs were incomplete"

Change-Id: Id1e983fcb18501d5e3afd5230b377ed5c2f5603e
This commit is contained in:
Rafael Folco 2019-08-27 13:54:28 -03:00
parent d7ad3a3008
commit 056e7b01fd
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ LOCAL_CACERT_PATH = '/etc/pki/ca-trust/source/anchors/cm-local-ca.pem'
# Swift via SwiftPlanStorageBackend to identify them from other containers
TRIPLEO_META_USAGE_KEY = 'x-container-meta-usage-tripleo'
# 45 minutes maximum to build the child layers at the same time.
BUILD_TIMEOUT = 2700
# 60 minutes maximum to build the child layers at the same time.
BUILD_TIMEOUT = 3600
#: List of names of parameters that contain passwords
PASSWORD_PARAMETER_NAMES = (