Skip to content

Commit 376690b

Browse files
committed
Fix number of HA mode pods to wait in tests
Signed-off-by: Anton Troshin <[email protected]>
1 parent 086a3b9 commit 376690b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/common/common.go

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

49-
numHAPods = 13
49+
numHAPods = 16
5050
numNonHAPods = 6
5151

5252
thirdPartyDevNamespace = "default"

0 commit comments

Comments
 (0)