From 67d7676e0e2d8695fd93d3ab0184289b5d7fecbe Mon Sep 17 00:00:00 2001 From: Marcin Wielgus Date: Thu, 26 May 2016 17:20:19 +0200 Subject: [PATCH] Increase cluster resize timeout in e2e tests from 2 min to 5 min --- test/e2e/cluster_size_autoscaling.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/cluster_size_autoscaling.go b/test/e2e/cluster_size_autoscaling.go index 1a1e0dd49e7..d41ab00a130 100644 --- a/test/e2e/cluster_size_autoscaling.go +++ b/test/e2e/cluster_size_autoscaling.go @@ -28,7 +28,7 @@ import ( ) const ( - scaleTimeout = 2 * time.Minute + scaleTimeout = 5 * time.Minute ) var _ = framework.KubeDescribe("Cluster size autoscaling [Feature:ClusterSizeAutoscaling] [Slow]", func() {