Temporarily bump e2e cleanup timeout

pull/6/head
bprashanth 2016-12-13 15:13:32 -08:00
parent 12147a3cd6
commit f898bc5ecf
1 changed files with 2 additions and 1 deletions

View File

@ -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.