summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index d5ef3fd3..5e0bf03d 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -302,9 +302,8 @@ handle_enospace() {
MESSAGE="${BUILD_URL}console hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH on $1, sleeping 30m."
echo "$MESSAGE"
echo "$MESSAGE" | mail -s "$BUILDER on $1 ran into diskspace problems" qa-jenkins-scm@lists.alioth.debian.org
- #irc_message "$MESSAGE"
- echo "Sleeping 30m before aborting the job."
- sleep 30m
+ echo "Sleeping 2h before aborting the job."
+ sleep 2h
exec /srv/jenkins/bin/abort.sh
exit 0
}