Skip to content

Commit

Permalink
update zombienet tests with --min-peers
Browse files Browse the repository at this point in the history
  • Loading branch information
timwu20 committed Oct 16, 2024
1 parent 97cd3d1 commit cc5b468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zombienet_tests/functional/0001-basic-network.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ chain = "westend-local"
name = "alice"
command = "gossamer"
validator = true
args = ["--key alice"]
args = ["--key alice", "--min-peers 3"]

[[relaychain.nodes]]
name = "bob"
command = "gossamer"
validator = true
args = ["--key bob"]
args = ["--key bob", "--min-peers 3"]

[[relaychain.nodes]]
name = "charlie"
command = "gossamer"
validator = true
args = ["--key charlie"]
args = ["--key charlie", "--min-peers 3"]

0 comments on commit cc5b468

Please sign in to comment.