Skip to content

Commit 0edce8a

Browse files
authored
Merge pull request #11927 from SeppoTakalo/speed_up_unittests
Speed up unittests by not limitting Make to spawn more processes
2 parents 48f544f + 7c579f2 commit 0edce8a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UNITTESTS/unit_test/test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ def build_tests(self):
110110
# Speed up compilation by running on more than one core
111111
count = psutil.cpu_count()
112112
args.append("-j{}".format(count+1))
113-
args.append("-l{}".format(count))
114113

115114
if logging.getLogger().getEffectiveLevel() == logging.DEBUG:
116115
args.append("VERBOSE=1")

0 commit comments

Comments
 (0)