Skip to content

Commit

Permalink
Increase timeout on waiting for GLBC resource deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
rramkumar1 committed Jul 3, 2018
1 parent 2c38ef2 commit dcb4407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/e2e/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
ingressPollTimeout = 20 * time.Minute

gclbDeletionInterval = 30 * time.Second
gclbDeletionTimeout = 5 * time.Minute
gclbDeletionTimeout = 10 * time.Minute
)

// WaitForIngress to stabilize.
Expand Down

0 comments on commit dcb4407

Please sign in to comment.