Commit 67d7676e authored by Marcin Wielgus's avatar Marcin Wielgus

Increase cluster resize timeout in e2e tests from 2 min to 5 min

parent 965e8dce
......@@ -28,7 +28,7 @@ import (
)
const (
scaleTimeout = 2 * time.Minute
scaleTimeout = 5 * time.Minute
)
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