mirror of https://github.com/dapr/cli.git
Fix number of pods to wait in tests
Signed-off-by: Anton Troshin <anton@diagrid.io>
This commit is contained in:
parent
1f080952a5
commit
086a3b9adb
|
@ -47,7 +47,7 @@ const (
|
|||
ClusterRoleBindings
|
||||
|
||||
numHAPods = 13
|
||||
numNonHAPods = 5
|
||||
numNonHAPods = 6
|
||||
|
||||
thirdPartyDevNamespace = "default"
|
||||
devRedisReleaseName = "dapr-dev-redis"
|
||||
|
|
Loading…
Reference in New Issue