summaryrefslogtreecommitdiff
path: root/src/auditor
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-09-29 14:50:05 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-09-29 14:50:05 +0200
commit6b2a84dfe154e5eb77af8b11c47d93ef61cdeb50 (patch)
tree5ed01e6f82e175b680c8379166d65ba447039ec6 /src/auditor
parent303e92ca40a4c8d235685e1b67264f2e76e9ee55 (diff)
downloadexchange-6b2a84dfe154e5eb77af8b11c47d93ef61cdeb50.tar.gz
exchange-6b2a84dfe154e5eb77af8b11c47d93ef61cdeb50.tar.bz2
exchange-6b2a84dfe154e5eb77af8b11c47d93ef61cdeb50.zip
Allow uWSGI to TERMinate on slower systems.
Diffstat (limited to 'src/auditor')
-rwxr-xr-xsrc/auditor/test-auditor.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index d56497a9c..f2edf8299 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -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"