mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Increase gke update timeout in cluster autoscaler e2e tests
This commit is contained in:
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
Block a user