Skip to content

Commit 6342380

Browse files
authored
increase the max failure (demisto#1236)
* 70 * 80
1 parent 6845e14 commit 6342380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content-repo/gendocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def timestamped_print(*args, **kwargs):
7373
NO_HTML = '<!-- NOT_HTML_DOC -->'
7474
YES_HTML = '<!-- HTML_DOC -->'
7575
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
76+
MAX_FAILURES = int(os.getenv('MAX_FAILURES', 80)) # if we have more than this amount in a single category we fail the build
7777
# env vars for faster development
7878
MAX_FILES = int(os.getenv('MAX_FILES', -1))
7979
FILE_REGEX = os.getenv('FILE_REGEX')

0 commit comments

Comments
 (0)