From 66d681e43582f56c2dff8320a051406a10d5f6fb Mon Sep 17 00:00:00 2001 From: Adam Reese Date: Fri, 8 Apr 2016 13:03:33 -0700 Subject: [PATCH] fix(e2e): bump timeout to 180 --- test/e2e/helm_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/helm_test.go b/test/e2e/helm_test.go index e413dab8c..691164837 100644 --- a/test/e2e/helm_test.go +++ b/test/e2e/helm_test.go @@ -16,7 +16,7 @@ func init() { } const ( - timeout = 20 * time.Second + timeout = 180 * time.Second poll = 2 * time.Second )