mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
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.
This commit is contained in:
parent
55f81314cc
commit
57b538e657
@ -66,7 +66,7 @@ const (
|
|||||||
|
|
||||||
// LoadBalancerPollTimeout is the time required by the loadbalancer to poll.
|
// LoadBalancerPollTimeout is the time required by the loadbalancer to poll.
|
||||||
// On average it takes ~6 minutes for a single backend to come online in GCE.
|
// On average it takes ~6 minutes for a single backend to come online in GCE.
|
||||||
LoadBalancerPollTimeout = 15 * time.Minute
|
LoadBalancerPollTimeout = 22 * time.Minute
|
||||||
// LoadBalancerPollInterval is the interval value in which the loadbalancer polls.
|
// LoadBalancerPollInterval is the interval value in which the loadbalancer polls.
|
||||||
LoadBalancerPollInterval = 30 * time.Second
|
LoadBalancerPollInterval = 30 * time.Second
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user