Extend the default ci node e2e test timeout to 1h.

pull/6/head
Random-Liu 2016-11-07 19:02:53 -08:00
parent 6b16307d1f
commit 0247626ed2
3 changed files with 3 additions and 0 deletions

View File

@ -6,3 +6,4 @@ CLEANUP=true
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
SETUP_NODE=false
TEST_ARGS='--enable-cri=true --experimental-mounter-path="" --experimental-mounter-rootfs-path="" --feature-gates="StreamingProxyRedirects=true"'
TIMEOUT=1h

View File

@ -15,3 +15,4 @@ GCE_INSTANCE_METADATA="user-data<${GCI_CLOUD_INIT},gci-docker-version=${DOCKER_V
CLEANUP=true
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
SETUP_NODE=true
TIMEOUT=1h

View File

@ -6,3 +6,4 @@ CLEANUP=true
GINKGO_FLAGS='--skip="\[Flaky\]|\[Serial\]"'
SETUP_NODE=false
TEST_ARGS=--cgroups-per-qos=true
TIMEOUT=1h