From 751781a3b779e592ffddda9eb22289f3455dae60 Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Wed, 24 Jan 2018 09:14:02 +0100 Subject: [PATCH] Increase integration tests timeout. --- script/test-integration | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test-integration b/script/test-integration index 95d32af32..0cf7ccf8b 100755 --- a/script/test-integration +++ b/script/test-integration @@ -4,7 +4,7 @@ set -e export SCRIPTDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export DEST=. -TESTFLAGS="${TESTFLAGS} -test.timeout=9m -check.v" +TESTFLAGS="${TESTFLAGS} -test.timeout=20m -check.v" if [ -n "$VERBOSE" ]; then TESTFLAGS="${TESTFLAGS} -v"