[VOL-2054] Validate technology profile with pbit verification
Change-Id: I148c87681d11d1dcbb4739007acdd9ac1326db41
diff --git a/Makefile b/Makefile
index bb0a956..63e7ec3 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:120 -e LineTooLong \
- --configure TooManyTestSteps:40 -e TooManyTestSteps \
+ --configure TooManyTestSteps:50 -e TooManyTestSteps \
--configure TooManyTestCases:50 -e TooManyTestCases \
--configure TooFewTestSteps:1 \
--configure TooFewKeywordSteps:1 \