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 341d312 + 3a660b7 commit c8a91dcCopy full SHA for c8a91dc
test/e2e/framework/service/const.go
@@ -51,7 +51,7 @@ const (
51
// LoadBalancerCreateTimeoutDefault is the default time to wait for a load balancer to be created/modified.
52
// TODO: once support ticket 21807001 is resolved, reduce this timeout back to something reasonable
53
// Hideen - use GetServiceLoadBalancerCreateTimeout function instead.
54
- loadBalancerCreateTimeoutDefault = 10 * time.Minute
+ loadBalancerCreateTimeoutDefault = 15 * time.Minute
55
// LoadBalancerCreateTimeoutLarge is the maximum time to wait for a load balancer to be created/modified.
56
57
loadBalancerCreateTimeoutLarge = 45 * time.Minute
0 commit comments