Skip to content

Commit

Permalink
Merge pull request #36442 from wojtek-t/extend_lb_timeout
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Kubernetes Submit Queue committed Nov 9, 2016
2 parents b3e4083 + 4d775c1 commit 00458a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 00458a1

Please sign in to comment.