Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
zombinet tests: add some timeout to allow net spin-up
Browse files Browse the repository at this point in the history
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
1 parent 47bd959 commit f57b7a8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit f57b7a8

Please sign in to comment.