We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55f8131 commit 57b538eCopy full SHA for 57b538e
test/e2e/framework/service/const.go
@@ -66,7 +66,7 @@ const (
66
67
// LoadBalancerPollTimeout is the time required by the loadbalancer to poll.
68
// On average it takes ~6 minutes for a single backend to come online in GCE.
69
- LoadBalancerPollTimeout = 15 * time.Minute
+ LoadBalancerPollTimeout = 22 * time.Minute
70
// LoadBalancerPollInterval is the interval value in which the loadbalancer polls.
71
LoadBalancerPollInterval = 30 * time.Second
72
0 commit comments