mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01:49 +00:00
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:
commit
3e96f02d75
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user