[VOL-2756] Extend of-agent restart TC

Change-Id: Id505adf551a62407601e13753e61d52edc83880c
diff --git a/Makefile b/Makefile
index ee7e142..4678694 100644
--- 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:30 -e TooManyTestSteps \
+             --configure TooManyTestSteps:40 -e TooManyTestSteps \
              --configure TooManyTestCases:50 -e TooManyTestCases \
              --configure TooFewTestSteps:1 \
              --configure TooFewKeywordSteps:1 \