Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
zombinet tests: add some timeout to allow net spin-up
Sometimes tests are failing at first try, as the pods were not up yet.
Adding timeout should allow the network to spin up properly.
  • Loading branch information
michalkucharczyk committed Dec 9, 2022
commit f57b7a8e813b47e50b825152e892864fe5199ea4
4 changes: 2 additions & 2 deletions zombienet/0000-block-building/block-building.zndsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Description: Block building
Network: ./block-building.toml
Creds: config

alice: is up
bob: is up
alice: is up within 15 seconds
bob: is up within 15 seconds

alice: reports node_roles is 4
bob: reports node_roles is 4
Expand Down
8 changes: 4 additions & 4 deletions zombienet/0001-basic-warp-sync/test-warp-sync.zndsl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Description: Warp sync
Network: ./test-warp-sync.toml
Creds: config

alice: is up
bob: is up
charlie: is up
dave: is up
alice: is up within 15 seconds
bob: is up within 15 seconds
charlie: is up within 15 seconds
dave: is up within 15 seconds

alice: reports node_roles is 1
bob: reports node_roles is 1
Expand Down