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 a8d1f48e..103d45ab 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -231,7 +231,7 @@ dbd_timeout() {
call_debbindiff() {
local TMPLOG=(mktemp --tmpdir=$TMPDIR)
echo | tee -a ${RBUILDLOG}
- local TIMEOUT="30m" # don't forget to also change the "seq 0 200" loop 33 lines above
+ local TIMEOUT="30m"
DBDSUITE=$SUITE
if [ "$SUITE" = "experimental" ] ; then
# there is no extra debbindiff-schroot for experimental because we specical case ghc enough already ;)