summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reproducible_build.sh')
-rwxr-xr-xbin/reproducible_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh
index 3442cd02..bce93b2b 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -735,7 +735,7 @@ check_node_is_up() {
if [ $RESULT -ne 0 ] ; then
echo "$(date -u) - $NODE seems to be down, sleeping ${SLEEPTIME}min before aborting this job."
unregister_build
- sleep ${SLEEPTIME}m
+ sleep ${SLEEPTIME}.1337m
exec /srv/jenkins/bin/abort.sh
fi
set -e