mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Merge pull request #104478 from aojea/lb_timeouts
bump e2e loadbalancer timeouts to 15m
This commit is contained in:
commit
c8a91dc3a8
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ const (
|
|||
// LoadBalancerCreateTimeoutDefault is the default time to wait for a load balancer to be created/modified.
|
||||
// TODO: once support ticket 21807001 is resolved, reduce this timeout back to something reasonable
|
||||
// Hideen - use GetServiceLoadBalancerCreateTimeout function instead.
|
||||
loadBalancerCreateTimeoutDefault = 10 * time.Minute
|
||||
loadBalancerCreateTimeoutDefault = 15 * time.Minute
|
||||
// LoadBalancerCreateTimeoutLarge is the maximum time to wait for a load balancer to be created/modified.
|
||||
// Hideen - use GetServiceLoadBalancerCreateTimeout function instead.
|
||||
loadBalancerCreateTimeoutLarge = 45 * time.Minute
|
||||
|
|
|
|||
Loading…
Reference in a new issue