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"