diff options
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
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 |