We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6845e14 commit 6342380Copy full SHA for 6342380
content-repo/gendocs.py
@@ -73,7 +73,7 @@ def timestamped_print(*args, **kwargs):
73
NO_HTML = '<!-- NOT_HTML_DOC -->'
74
YES_HTML = '<!-- HTML_DOC -->'
75
BRANCH = os.getenv('HEAD', 'master')
76
-MAX_FAILURES = int(os.getenv('MAX_FAILURES', 20)) # if we have more than this amount in a single category we fail the build
+MAX_FAILURES = int(os.getenv('MAX_FAILURES', 80)) # if we have more than this amount in a single category we fail the build
77
# env vars for faster development
78
MAX_FILES = int(os.getenv('MAX_FILES', -1))
79
FILE_REGEX = os.getenv('FILE_REGEX')
0 commit comments