Skip to content

Commit 57b538e

Browse files
committed
Increasing LoadBalancerPollTimeout from 15 to 22 minutes
Some related tests were flaking as a result of GCP LBs potentially taking longer to update than 15 minutes.
1 parent 55f8131 commit 57b538e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/framework/service/const.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const (
6666

6767
// LoadBalancerPollTimeout is the time required by the loadbalancer to poll.
6868
// On average it takes ~6 minutes for a single backend to come online in GCE.
69-
LoadBalancerPollTimeout = 15 * time.Minute
69+
LoadBalancerPollTimeout = 22 * time.Minute
7070
// LoadBalancerPollInterval is the interval value in which the loadbalancer polls.
7171
LoadBalancerPollInterval = 30 * time.Second
7272

0 commit comments

Comments
 (0)