commit | 5ba3344a2357ad7e16ca95b4fbb07273759d8ea4 | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Mon May 25 22:43:40 2020 -0700 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Mon May 25 22:43:40 2020 -0700 |
tree | 9d153d7eabe781b74c79ffeb43d6334adfd64ece | |
parent | f0be79138668a7c6f92c038c12b6d2ed4d7a707a [diff] |
increase the file limit on the voltha system test repo Change-Id: I057ffad72f288b4310fdf81990a1ae7ed5ea17b3
diff --git a/Makefile b/Makefile index 91acf26..eb1e083 100755 --- a/Makefile +++ b/Makefile
@@ -25,7 +25,7 @@ --configure TooManyTestCases:50 -e TooManyTestCases \ --configure TooFewTestSteps:1 \ --configure TooFewKeywordSteps:1 \ - --configure FileTooLong:600 -e FileTooLong \ + --configure FileTooLong:1000 -e FileTooLong \ -e TrailingWhitespace PYTHON_FILES := $(wildcard libraries/*.py)