Commit 00458a12 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #36442 from wojtek-t/extend_lb_timeout

Automatic merge from submit-queue Extend test timeout for LB creation in large clusters This will most probably be necessary to test 3000-node clusters.
parents b3e4083f 4d775c17
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment