From: Ian Jackson Date: Sun, 8 Jan 2017 13:14:53 +0000 (+0000) Subject: test suite: tests/run-all: Use a bit more cpu X-Git-Tag: archive/debian/3.0~103 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=7568f425b03445a30c11dec64266bc6b3123c3b3;ds=sidebyside 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 --- diff --git a/tests/run-all b/tests/run-all index e53b9631..3877c760 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