[VOL-4094] Added TT Multi-Tcont 1&4 Test
Change-Id: Ib0f78715824862f0dffec2c1100a6bb699a93acb
diff --git a/Makefile b/Makefile
index b90fdfe..5ab699c 100755
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@
# Configuration and lists of files for linting/testing
VERSION ?= $(shell cat ./VERSION)
LINT_ARGS ?= --verbose --configure LineTooLong:130 -e LineTooLong \
- --configure TooManyTestSteps:50 -e TooManyTestSteps \
+ --configure TooManyTestSteps:60 -e TooManyTestSteps \
--configure TooManyTestCases:50 -e TooManyTestCases \
--configure TooFewTestSteps:1 \
--configure TooFewKeywordSteps:1 \