Skip to content

Commit c8a91dc

Browse files
authored
Merge pull request kubernetes#104478 from aojea/lb_timeouts
bump e2e loadbalancer timeouts to 15m
2 parents 341d312 + 3a660b7 commit c8a91dc

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
@@ -51,7 +51,7 @@ const (
5151
// LoadBalancerCreateTimeoutDefault is the default time to wait for a load balancer to be created/modified.
5252
// TODO: once support ticket 21807001 is resolved, reduce this timeout back to something reasonable
5353
// Hideen - use GetServiceLoadBalancerCreateTimeout function instead.
54-
loadBalancerCreateTimeoutDefault = 10 * time.Minute
54+
loadBalancerCreateTimeoutDefault = 15 * time.Minute
5555
// LoadBalancerCreateTimeoutLarge is the maximum time to wait for a load balancer to be created/modified.
5656
// Hideen - use GetServiceLoadBalancerCreateTimeout function instead.
5757
loadBalancerCreateTimeoutLarge = 45 * time.Minute

0 commit comments

Comments
 (0)