summaryrefslogtreecommitdiff
path: root/tests/run-all
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-all')
-rwxr-xr-xtests/run-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-all b/tests/run-all
index 736e0fe..f827059 100755
--- a/tests/run-all
+++ b/tests/run-all
@@ -18,7 +18,7 @@ while [ $# != 0 ]; do
done
ncpus=$(nproc || echo 1)
-jcpus=-j$(( ncpus * 134 / 100 ))
+jcpus=-j$(( ncpus * 167 / 100 ))
if [ "x$DGIT_TESTS_TMPDIR" != x ]; then
tmpdir="$PWD"