Skip to content
Snippets Groups Projects
Commit 225c260e authored by Michal Kucharczyk's avatar Michal Kucharczyk Committed by GitHub
Browse files

zombienet timings adjusted (#12890)

* 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.

* initial timeout increased to 30s
parent 6f3d1a81
No related merge requests found
......@@ -2,8 +2,8 @@ Description: Block building
Network: ./block-building.toml
Creds: config
alice: is up
bob: is up
alice: is up within 30 seconds
bob: is up within 30 seconds
alice: reports node_roles is 4
bob: reports node_roles is 4
......
......@@ -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 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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment