Skip to content

Commit

Permalink
Merge pull request #874 from spencerhance/update-e2e-ingress-timeout
Browse files Browse the repository at this point in the history
Update IngressPollTimeout to 45 minutes
  • Loading branch information
k8s-ci-robot committed Sep 27, 2019
2 parents 60afa35 + 0fb446e commit 2fb49e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/e2e/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ import (

const (
ingressPollInterval = 30 * time.Second
ingressPollTimeout = 25 * time.Minute
// TODO(shance): Find a way to lower this timeout
ingressPollTimeout = 45 * time.Minute

gclbDeletionInterval = 30 * time.Second
gclbDeletionTimeout = 15 * time.Minute
Expand Down

0 comments on commit 2fb49e2

Please sign in to comment.