summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_freebsd.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-01-28 01:31:38 +0100
committerHolger Levsen <holger@layer-acht.org>2016-01-28 01:31:54 +0100
commit26bb5819cec560c99d4f233cb798c1e1a4960bfc (patch)
tree3774bb583a095958445f0a1c4c757a1681d220ad /bin/reproducible_freebsd.sh
parentc4fced1935117844166b3e7f7067a0392ac137b6 (diff)
downloadjenkins.debian.net-26bb5819cec560c99d4f233cb798c1e1a4960bfc.tar.xz
reproducible freebsd: increase diffoscope timeout to 60min
Diffstat (limited to 'bin/reproducible_freebsd.sh')
-rwxr-xr-xbin/reproducible_freebsd.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_freebsd.sh b/bin/reproducible_freebsd.sh
index 8096a552..a72d3a99 100755
--- a/bin/reproducible_freebsd.sh
+++ b/bin/reproducible_freebsd.sh
@@ -38,7 +38,7 @@ save_freebsd_results() {
}
run_diffoscope_on_results() {
- TIMEOUT="30m"
+ TIMEOUT="60m"
DIFFOSCOPE="$(schroot --directory /tmp -c source:jenkins-reproducible-${DBDSUITE}-diffoscope diffoscope -- --version 2>&1)"
echo "============================================================================="
echo "$(date -u) - Running $DIFFOSCOPE on FreeBSD (branch $FREEBSD_TARGET at ${FREEBSD_VERSION}) build results."