From 6b2a84dfe154e5eb77af8b11c47d93ef61cdeb50 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Sun, 29 Sep 2019 14:50:05 +0200 Subject: Allow uWSGI to TERMinate on slower systems. --- src/auditor/test-auditor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/auditor/test-auditor.sh') 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" -- cgit v1.2.3