From f898bc5ecfc7f30ceb6b3a25f41b8d29b8656943 Mon Sep 17 00:00:00 2001 From: bprashanth Date: Tue, 13 Dec 2016 15:13:32 -0800 Subject: [PATCH] Temporarily bump e2e cleanup timeout --- test/e2e/ingress.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/e2e/ingress.go b/test/e2e/ingress.go index 645302f725..0b3de3b4fa 100644 --- a/test/e2e/ingress.go +++ b/test/e2e/ingress.go @@ -43,7 +43,8 @@ const ( cloudResourcePollTimeout = 5 * time.Minute // Time required by the loadbalancer to cleanup, proportional to numApps/Ing. - lbCleanupTimeout = 5 * time.Minute + // Bring the cleanup timeout back down to 5m once b/33588344 is resolved. + lbCleanupTimeout = 15 * time.Minute lbPollInterval = 30 * time.Second // Name of the config-map and key the ingress controller stores its uid in.