From bbc7e44fd215538aff947c652235305c88474fbf Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 23 Oct 2014 01:22:16 +0200 Subject: reproducible: give debbindiff an hour, not just 15m, to analyze --- bin/reproducible_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-54-g00ecf