Increase integration tests timeout.

This commit is contained in:
Ludovic Fernandez 2018-01-24 09:14:02 +01:00 committed by Traefiker
parent f5d150c3b4
commit 751781a3b7

View file

@ -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"