index : builder | |
Archlinux32 build system | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | bin/sanity-check | 2 |
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 {} && '\ |