diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-01-28 01:31:38 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-01-28 01:31:54 +0100 |
commit | 26bb5819cec560c99d4f233cb798c1e1a4960bfc (patch) | |
tree | 3774bb583a095958445f0a1c4c757a1681d220ad /bin | |
parent | c4fced1935117844166b3e7f7067a0392ac137b6 (diff) | |
download | jenkins.debian.net-26bb5819cec560c99d4f233cb798c1e1a4960bfc.tar.xz |
reproducible freebsd: increase diffoscope timeout to 60min
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_freebsd.sh | 2 |
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." |