summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-09-07 04:04:58 +0200
committerHolger Levsen <holger@layer-acht.org>2015-09-07 04:04:58 +0200
commitbe04d8f1b36fb2182b31e85f248058237e11a286 (patch)
treeb1ccfb4ee7c2f4319c3699a6948991786122dfce /bin
parent170bc415fe017af3cd9e59e4b0991992e5481618 (diff)
downloadjenkins.debian.net-be04d8f1b36fb2182b31e85f248058237e11a286.tar.xz
reproducible: slow down on unhandled failures
Diffstat (limited to 'bin')
-rwxr-xr-xbin/reproducible_build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index b8483001..de2cd535 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -268,6 +268,7 @@ handle_unhandled() {
MESSAGE="$BUILD_URL met an unhandled $1, please investigate."
echo "$MESSAGE"
irc_msg "$MESSAGE"
+ sleep 15m
/srv/jenkins/bin/abort.sh
exit 0
}