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

This commit is contained in:
Marcin Wielgus 2016-05-26 17:20:19 +02:00
parent 965e8dce12
commit 67d7676e0e

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() {