summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-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 ecc8d2af..82fe1ccc 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -8,7 +8,7 @@
if [ "$(dpkg --print-architecture)" = "armhf" ] ; then
echo -n "temporarily stopping the builds on armhf, new debhelper is buggy, needs investigation… sleeping 12h now…"
for i in $(seq 1 12) ; do
- sleep 1
+ sleep 1h
echo -n "."
done
exit 0