mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 00:31:02 +00:00
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
This commit is contained in:
committed by
GitHub
parent
6f3d1a8143
commit
225c260e07
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user