From 26bb5819cec560c99d4f233cb798c1e1a4960bfc Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 28 Jan 2016 01:31:38 +0100 Subject: reproducible freebsd: increase diffoscope timeout to 60min --- bin/reproducible_freebsd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_freebsd.sh') 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." -- cgit v1.2.3-54-g00ecf