From 439dec1a0d785a1b6afdbc79970012e53ca837ae Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 20 Sep 2015 15:05:44 +0200 Subject: reproducible: sleep less after unhandled conditions as these are rare and arbitrary --- bin/reproducible_build.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 5fcda1a6..4c1208f2 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -276,11 +276,7 @@ handle_unhandled() { MESSAGE="$BUILD_URL met an unhandled $1, please investigate." echo "$MESSAGE" irc_msg "$MESSAGE" - if [ -z "$2" ] ; then - sleep 15m - else - sleep $2 - fi + sleep 5m exec /srv/jenkins/bin/abort.sh exit 0 } -- cgit v1.2.3-54-g00ecf