Skip to content

Commit

Permalink
Increase GCLB deletion timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
skmatti committed Mar 27, 2020
1 parent 15843ee commit 480b38c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/e2e/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ const (
ingressPollTimeout = 45 * time.Minute

gclbDeletionInterval = 30 * time.Second
gclbDeletionTimeout = 15 * time.Minute
// TODO(smatti): Change this back to 15 when the issue
// is fixed.
gclbDeletionTimeout = 25 * time.Minute

negPollInterval = 5 * time.Second
negPollTimeout = 2 * time.Minute
Expand Down

0 comments on commit 480b38c

Please sign in to comment.