Commit 73a5a13f authored by Marcin Wielgus's avatar Marcin Wielgus

Merge pull request #26359 from mwielgus/cluster-autoscaling-timeout

Increase cluster resize timeout in e2e tests from 2 min to 5 min
parents 4357b8a0 67d7676e
...@@ -28,7 +28,7 @@ import ( ...@@ -28,7 +28,7 @@ import (
) )
const ( const (
scaleTimeout = 2 * time.Minute scaleTimeout = 5 * time.Minute
) )
var _ = framework.KubeDescribe("Cluster size autoscaling [Feature:ClusterSizeAutoscaling] [Slow]", func() { var _ = framework.KubeDescribe("Cluster size autoscaling [Feature:ClusterSizeAutoscaling] [Slow]", func() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment