From e62038e7758b27abd3513d077db1fc2faee0dca8 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 4 Jul 2018 16:39:51 +0200 Subject: bin/sanity-check: run less jobs parallely --- bin/sanity-check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sanity-check b/bin/sanity-check index 3c30cbb..965986b 100755 --- a/bin/sanity-check +++ b/bin/sanity-check @@ -450,7 +450,7 @@ while [ $# -gt 0 ]; do errors=$( find "${work_dir}" -mindepth 1 -maxdepth 1 \ -name 'tmp.mysql-functions.query.*' | \ - parallel -j0 \ + parallel -j100 \ 'bash -c " sleep 5 test -s {} && '\ -- cgit v1.2.3