Commit f898bc5e authored by bprashanth's avatar bprashanth

Temporarily bump e2e cleanup timeout

parent 12147a3c
...@@ -43,7 +43,8 @@ const ( ...@@ -43,7 +43,8 @@ const (
cloudResourcePollTimeout = 5 * time.Minute cloudResourcePollTimeout = 5 * time.Minute
// Time required by the loadbalancer to cleanup, proportional to numApps/Ing. // 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 lbPollInterval = 30 * time.Second
// Name of the config-map and key the ingress controller stores its uid in. // Name of the config-map and key the ingress controller stores its uid in.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment