From 7568f425b03445a30c11dec64266bc6b3123c3b3 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 8 Jan 2017 13:14:53 +0000 Subject: 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 --- tests/run-all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/run-all') 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 -- cgit v1.2.3