summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-23 01:22:16 +0200
committerHolger Levsen <holger@layer-acht.org>2014-10-23 01:22:16 +0200
commitbbc7e44fd215538aff947c652235305c88474fbf (patch)
tree7c45802f22a71723e491d3c9f6b3943908059ebf /bin
parent9412819eade065cb3c53f79db06cf71183fa5230 (diff)
downloadjenkins.debian.net-bbc7e44fd215538aff947c652235305c88474fbf.tar.xz
reproducible: give debbindiff an hour, not just 15m, to analyze
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 3d3d5f0a..11a05a76 100755
--- a/bin/reproducible_build.sh
+++ b/bin/reproducible_build.sh
@@ -154,7 +154,7 @@ else
# write locks are only done by the schroot setup job
touch $DBDCHROOT_READLOCK
fi
- ( timeout 15m schroot --directory /tmp -c source:jenkins-reproducible-sid debbindiff -- --html $TMPDIR/${LOGFILE} $TMPDIR/b1/${SRCPACKAGE}_${EVERSION}_amd64.changes $TMPDIR/b2/${SRCPACKAGE}_${EVERSION}_amd64.changes ) 2>&1 >> ${RBUILDLOG}
+ ( timeout 1h schroot --directory /tmp -c source:jenkins-reproducible-sid debbindiff -- --html $TMPDIR/${LOGFILE} $TMPDIR/b1/${SRCPACKAGE}_${EVERSION}_amd64.changes $TMPDIR/b2/${SRCPACKAGE}_${EVERSION}_amd64.changes ) 2>&1 >> ${RBUILDLOG}
RESULT=$?
set +x
set -e