Allow uWSGI to TERMinate on slower systems.

This commit is contained in:
Marcello Stanisci 2019-09-29 14:50:05 +02:00
parent 303e92ca40
commit 6b2a84dfe1
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -84,7 +84,7 @@ function audit_only () {
# Cleanup to run after the auditor
function post_audit () {
kill -TERM `jobs -p` >/dev/null 2>/dev/null || true
sleep 1
echo -n "TeXing ."
../../contrib/render.py test-audit.json test-wire-audit.json < ../../contrib/auditor-report.tex.j2 > test-report.tex || exit_fail "Renderer failed"