diff --git a/roles/mbs/common/templates/config.py b/roles/mbs/common/templates/config.py index 50c52a3c2e..0c488fd29f 100644 --- a/roles/mbs/common/templates/config.py +++ b/roles/mbs/common/templates/config.py @@ -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')