mirror of
https://github.com/traefik/traefik
synced 2026-02-03 11:10:33 +00:00
Increase integration tests timeout.
This commit is contained in:
committed by
Traefiker
parent
f5d150c3b4
commit
751781a3b7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user