mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-03 19:58:17 +00:00
Increase gke update timeout in cluster autoscaler e2e tests
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user