Skip to content

Commit 7c579f2

Browse files
author
Seppo Takalo
committed
Speed up unittests by not limitting Make to spawn more processes
1 parent 38a8c0e commit 7c579f2

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)