Merge pull request #27946 from mwielgus/inc-gke-ca-update

Automatic merge from submit-queue

Increase gke update timeout in cluster autoscaler e2e tests

cc: @piosz @fgrzadkowski @jszczepkowski
This commit is contained in:
k8s-merge-robot 2016-06-23 09:50:58 -07:00 committed by GitHub
commit 3e96f02d75

View File

@ -44,7 +44,7 @@ const (
scaleDownTimeout = 15 * time.Minute
gkeEndpoint = "https://test-container.sandbox.googleapis.com"
gkeUpdateTimeout = 10 * time.Minute
gkeUpdateTimeout = 15 * time.Minute
)
var _ = framework.KubeDescribe("Cluster size autoscaling [Slow]", func() {