[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible Debian: kill with force
Holger Levsen
holger at layer-acht.org
Wed Jun 21 08:51:21 UTC 2017
This is an automated email from the git hooks/post-receive script.
holger pushed a commit to branch master
in repository jenkins.debian.net.
commit 31e13b413f7f24d91c8cfeb5ac0c547ea1404899
Author: Holger Levsen <holger at layer-acht.org>
Date: Wed Jun 21 10:51:04 2017 +0200
reproducible Debian: kill with force
Signed-off-by: Holger Levsen <holger at layer-acht.org>
---
bin/reproducible_node_health_check.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/reproducible_node_health_check.sh b/bin/reproducible_node_health_check.sh
index c355b41..98ee33f 100755
--- a/bin/reproducible_node_health_check.sh
+++ b/bin/reproducible_node_health_check.sh
@@ -78,7 +78,7 @@ fi
# check for hanging mounts
#
echo "$(date -u) - testing whether running 'mount' takes forever..."
-timeout 15 mount > /dev/null
+timeout -s 9 15 mount > /dev/null
TIMEOUT=$?
if [ $TIMEOUT -ne 0 ] ; then
echo "$(date -u) - running 'mount' takes forever, giving up."
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git
More information about the Qa-jenkins-scm
mailing list