summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/sanity-check2
1 files changed, 1 insertions, 1 deletions
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 {} && '\