mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-24 04:06:03 +00:00
Extend test timeout for LB creation in large clusters
This commit is contained in:
parent
e5fb8ac226
commit
4d775c175a
@ -63,7 +63,7 @@ const (
|
||||
// How long to wait for a load balancer to be created/modified.
|
||||
//TODO: once support ticket 21807001 is resolved, reduce this timeout back to something reasonable
|
||||
loadBalancerCreateTimeoutDefault = 20 * time.Minute
|
||||
loadBalancerCreateTimeoutLarge = time.Hour
|
||||
loadBalancerCreateTimeoutLarge = 2 * time.Hour
|
||||
|
||||
largeClusterMinNodesNumber = 100
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user