diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-26 00:53:09 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-26 00:53:09 +0100 |
commit | f499fb13ab44680880b2d8b718d026c41785a0a5 (patch) | |
tree | 262c17977d8ca20fa4b6515a826fcb7accbb5388 | |
parent | 4f5570c2c07118f22bd9146b61514cae84e6700c (diff) | |
download | jenkins.debian.net-f499fb13ab44680880b2d8b718d026c41785a0a5.tar.xz |
reproducible debian: give diffoscope up to 60min to produce results
-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 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 ) |