aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 16551e59..26375191 100644
--- a/Makefile
+++ b/Makefile
@@ -102,7 +102,7 @@ install: all calp-release
unit-test-deps: calp $(GO_UNIT_TESTS) $(GO_FILES) $(TEST_FILES)
-THREADS = $(shell ./cpucount)
+THREADS = $(shell echo $$(( $(shell ./cpucount) / 2 )))
# TODO (current-processor-count)
$(COV_FILE): cpucount unit-test-deps