Skip to content

Commit d10090c

Browse files
sorrisonmandre
authored andcommitted
Increase timeout for LB to get to ACTIVE state (kubernetes#2223)
In some environments this can take a bit longer that ~150s increase it to ~320s
1 parent 1633dd9 commit d10090c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/openstack/loadbalancer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646

4747
waitLoadbalancerInitDelay = 1 * time.Second
4848
waitLoadbalancerFactor = 1.2
49-
waitLoadbalancerActiveSteps = 19
49+
waitLoadbalancerActiveSteps = 23
5050
waitLoadbalancerDeleteSteps = 12
5151

5252
activeStatus = "ACTIVE"

0 commit comments

Comments
 (0)