summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rwxr-xr-xtests/run-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-all b/tests/run-all
index e53b963..3877c76 100755
--- a/tests/run-all
+++ b/tests/run-all
@@ -6,7 +6,7 @@ set -e
set -o pipefail
set +e
-jcpus=`perl -MSys::CPU -we 'printf "-j%d\n",Sys::CPU::cpu_count()'`
+jcpus=`perl -MSys::CPU -we 'printf "-j%d\n", 1.34 * Sys::CPU::cpu_count()'`
set -e
if [ $# != 0 ]; then