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

Increase cluster resize timeout in e2e tests from 2 min to 5 min
This commit is contained in:
Marcin Wielgus 2016-05-26 20:04:10 +02:00
commit 73a5a13f62

View File

@ -28,7 +28,7 @@ import (
)
const (
scaleTimeout = 2 * time.Minute
scaleTimeout = 5 * time.Minute
)
var _ = framework.KubeDescribe("Cluster size autoscaling [Feature:ClusterSizeAutoscaling] [Slow]", func() {