diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-26 02:42:35 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-26 02:42:35 +0100 |
commit | ca82685d9661516677fac38587125ad003d9fc81 (patch) | |
tree | 621af3e6da9d76802ab5bfb4b95caf9f9399dc11 | |
parent | f499fb13ab44680880b2d8b718d026c41785a0a5 (diff) | |
download | jenkins.debian.net-ca82685d9661516677fac38587125ad003d9fc81.tar.xz |
reproducible debian: actually, give diffoscope 2h to process the 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 b79a9b26..b1455640 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="60m" + local TIMEOUT="120m" DBDSUITE=$SUITE if [ "$SUITE" = "experimental" ] ; then # there is no extra diffoscope-schroot for experimental ( because we specical case ghc enough already ) |