Skip to content

Commit 86feb92

Browse files
authored
Increase timeout for LB to get to ACTIVE state (#2223)
In some environments this can take a bit longer that ~150s increase it to ~320s
1 parent 315f6e6 commit 86feb92

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)