[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-exchange] branch master updated: Allow uWSGI to TERM
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-exchange] branch master updated: Allow uWSGI to TERMinate on slower systems. |
Date: |
Sun, 29 Sep 2019 14:51:39 +0200 |
This is an automated email from the git hooks/post-receive script.
marcello pushed a commit to branch master
in repository exchange.
The following commit(s) were added to refs/heads/master by this push:
new 6b2a84df Allow uWSGI to TERMinate on slower systems.
6b2a84df is described below
commit 6b2a84dfe154e5eb77af8b11c47d93ef61cdeb50
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Sep 29 14:50:05 2019 +0200
Allow uWSGI to TERMinate on slower systems.
---
src/auditor/test-auditor.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index d56497a9..f2edf829 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"
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [taler-exchange] branch master updated: Allow uWSGI to TERMinate on slower systems.,
gnunet <=