From 17534a6386e38ab9a5f312d734532354e8d17210 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 18 Dec 2016 10:05:26 +0100 Subject: reproducible Debian: match output with reality and sleep an hour in case of diskspace issues Signed-off-by: Holger Levsen --- bin/reproducible_build.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_build.sh') diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 0fa21476..52f40d48 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -335,11 +335,11 @@ handle_remote_error() { handle_enospace() { unregister_build - MESSAGE="${BUILD_URL}console hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH on $1, sleeping 30m." + MESSAGE="${BUILD_URL}console hit diskspace issues with $SRCPACKAGE on $SUITE/$ARCH on $1, sleeping 60m." echo "$MESSAGE" echo "$MESSAGE" | mail -s "$JOB on $1 ran into diskspace problems" qa-jenkins-scm@lists.alioth.debian.org - echo "Sleeping 2h before aborting the job." - sleep 2h + echo "Sleeping 60m before aborting the job." + sleep 60m exec /srv/jenkins/bin/abort.sh exit 0 } -- cgit v1.2.3-54-g00ecf