Skip to content

Commit

Permalink
fix SpawnEtcdraft test
Browse files Browse the repository at this point in the history
Signed-off-by: May Rosenbaum <[email protected]>
  • Loading branch information
MayRosenbaum committed Apr 17, 2024
1 parent 37262c2 commit 9f90ba7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions orderer/common/server/testdata/configtx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ Organizations:
AnchorPeers:
- Host: 127.0.0.1
Port: 7051
OrdererEndpoints:
- "127.0.0.1:7050"

Capabilities:
Channel: &ChannelCapabilities
V1_3: true
V3_0: true
Orderer: &OrdererCapabilities
V1_1: true
Application: &ApplicationCapabilities
Expand Down Expand Up @@ -65,8 +68,6 @@ Application: &ApplicationDefaults

Orderer: &OrdererDefaults
OrdererType: etcdraft
Addresses:
- 127.0.0.1:7050
BatchTimeout: 2s
BatchSize:
MaxMessageCount: 10
Expand Down

0 comments on commit 9f90ba7

Please sign in to comment.