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
Prev Previous commit
initial timeout increased to 30s
  • Loading branch information
michalkucharczyk committed Dec 9, 2022
commit 173e8c23bf1eb693a8ec3f45b8320d45f85d978b
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 within 15 seconds
bob: is up within 15 seconds
alice: is up within 30 seconds
bob: is up within 30 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 within 15 seconds
bob: is up within 15 seconds
charlie: is up within 15 seconds
dave: is up within 15 seconds
alice: is up within 30 seconds
bob: is up within 30 seconds
charlie: is up within 30 seconds
dave: is up within 30 seconds

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