[VOL-4454] Optimised TT Multi-Tcont suite Test Setup and Teardown thus reducing the time to report error
Change-Id: I1180a5dc7b47115f9d284b74fcb9d427b4f0920e
diff --git a/Makefile b/Makefile
index 9302a06..3825e73 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:60 -e TooManyTestSteps \
+ --configure TooManyTestSteps:65 -e TooManyTestSteps \
--configure TooManyTestCases:50 -e TooManyTestCases \
--configure TooFewTestSteps:1 \
--configure TooFewKeywordSteps:1 \