Increase num_consecutive_builds for MBS.

See https://pagure.io/fm-orchestrator/issue/438
This commit is contained in:
Ralph Bean 2017-03-16 17:23:44 +00:00
parent 15c18dfc37
commit b5053e10ab

View file

@ -145,7 +145,7 @@ class ProdConfiguration(BaseConfiguration):
# If this is too long, we could change it to 'fm_' some day.
DEFAULT_DIST_TAG_PREFIX = 'module_'
NUM_CONSECUTIVE_BUILDS = 10
NUM_CONSECUTIVE_BUILDS = 20
# These aren't really secret.
OIDC_CLIENT_SECRETS = path.join(confdir, 'client_secrets.json')