Increase gke update timeout in cluster autoscaler e2e tests

pull/6/head
Marcin Wielgus 2016-06-23 17:59:03 +02:00
parent 3a29aa7941
commit 7f3cf57f99
1 changed files with 1 additions and 1 deletions

View File

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