mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 05:02:50 +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
|
||||
|
||||
gkeEndpoint = "https://test-container.sandbox.googleapis.com"
|
||||
gkeUpdateTimeout = 10 * time.Minute
|
||||
gkeUpdateTimeout = 15 * time.Minute
|
||||
)
|
||||
|
||||
var _ = framework.KubeDescribe("Cluster size autoscaling [Slow]", func() {
|
||||
|
Reference in New Issue
Block a user