From 7f3cf57f99d0c7e331209d204cb98f59b7d3a9f6 Mon Sep 17 00:00:00 2001 From: Marcin Wielgus Date: Thu, 23 Jun 2016 17:59:03 +0200 Subject: [PATCH] Increase gke update timeout in cluster autoscaler e2e tests --- 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 9fe58caa378..36370284500 100644 --- a/test/e2e/cluster_size_autoscaling.go +++ b/test/e2e/cluster_size_autoscaling.go @@ -44,7 +44,7 @@ const ( scaleDownTimeout = 15 * time.Minute gkeEndpoint = "https://test-container.sandbox.googleapis.com" - gkeUpdateTimeout = 10 * time.Minute + gkeUpdateTimeout = 15 * time.Minute ) var _ = framework.KubeDescribe("Cluster size autoscaling [Slow]", func() {