summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_build.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-26 00:53:09 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-26 00:53:09 +0100
commitf499fb13ab44680880b2d8b718d026c41785a0a5 (patch)
tree262c17977d8ca20fa4b6515a826fcb7accbb5388 /bin/reproducible_build.sh
parent4f5570c2c07118f22bd9146b61514cae84e6700c (diff)
downloadjenkins.debian.net-f499fb13ab44680880b2d8b718d026c41785a0a5.tar.xz
reproducible debian: give diffoscope up to 60min to produce results
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 aca85732..b79a9b26 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -324,7 +324,7 @@ dbd_timeout() {
call_diffoscope_on_changes_files() {
local TMPLOG=$(mktemp --tmpdir=$TMPDIR)
echo | tee -a ${RBUILDLOG}
- local TIMEOUT="30m"
+ local TIMEOUT="60m"
DBDSUITE=$SUITE
if [ "$SUITE" = "experimental" ] ; then
# there is no extra diffoscope-schroot for experimental ( because we specical case ghc enough already )