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.
2 parents 83ebf2f + 57b538e commit 47c7b99Copy full SHA for 47c7b99
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