mirror of https://github.com/k3s-io/k3s
Increase gke update timeout in cluster autoscaler e2e tests
parent
3a29aa7941
commit
7f3cf57f99
|
@ -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