summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2021-09-08 00:25:54 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2021-09-08 00:26:14 +0100
commit29e179f435b70f9b55fd49b14e25bb143bccae8b (patch)
tree9cee78be7cd1674d089a9a336a438f47a8970d44
parenta440b63bf07d0404e2cab1e0029ae9eaa9ecb9d9 (diff)
tests: Run even more parallel
Some tests block on each other or on locks. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-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"