Skip to content

Commit

Permalink
Merge pull request #386 from rramkumar1/patch-12
Browse files Browse the repository at this point in the history
Increase timeout on waiting for GLBC resource deletion
  • Loading branch information
bowei committed Jul 3, 2018
2 parents 9fd58f7 + dcb4407 commit f02c8ac
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 f02c8ac

Please sign in to comment.