Merge pull request #11927 from SeppoTakalo/speed_up_unittests

Speed up unittests by not limitting Make to spawn more processes
pull/12006/head
Martin Kojtal 2019-12-02 14:57:47 +01:00 committed by GitHub
commit 0edce8a33e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ class UnitTestTool(object):
# Speed up compilation by running on more than one core
count = psutil.cpu_count()
args.append("-j{}".format(count+1))
args.append("-l{}".format(count))
if logging.getLogger().getEffectiveLevel() == logging.DEBUG:
args.append("VERBOSE=1")