diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-23 01:22:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-23 01:22:16 +0200 |
commit | bbc7e44fd215538aff947c652235305c88474fbf (patch) | |
tree | 7c45802f22a71723e491d3c9f6b3943908059ebf /bin | |
parent | 9412819eade065cb3c53f79db06cf71183fa5230 (diff) | |
download | jenkins.debian.net-bbc7e44fd215538aff947c652235305c88474fbf.tar.xz |
reproducible: give debbindiff an hour, not just 15m, to analyze
Diffstat (limited to 'bin')
-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 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 |