summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-08 13:14:53 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2017-01-08 13:14:54 +0000
commit7568f425b03445a30c11dec64266bc6b3123c3b3 (patch)
tree22f93f219be9c9a35307473d7112d7bcf4d5a00e
parente911025a30f6a5e9a22ce761233b757325045ad3 (diff)
test suite: tests/run-all: Use a bit more cpu
Make allowance for tests that do a bit of downloading or whatever. 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 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