mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 02:51:01 +00:00
225c260e07
* 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
21 lines
596 B
Plaintext
21 lines
596 B
Plaintext
Description: Block building
|
|
Network: ./block-building.toml
|
|
Creds: config
|
|
|
|
alice: is up within 30 seconds
|
|
bob: is up within 30 seconds
|
|
|
|
alice: reports node_roles is 4
|
|
bob: reports node_roles is 4
|
|
|
|
alice: reports peers count is at least 1
|
|
bob: reports peers count is at least 1
|
|
|
|
alice: reports block height is at least 5 within 20 seconds
|
|
bob: reports block height is at least 5 within 20 seconds
|
|
|
|
alice: count of log lines containing "error" is 0 within 2 seconds
|
|
bob: count of log lines containing "error" is 0 within 2 seconds
|
|
|
|
alice: js-script ./transaction-gets-finalized.js within 30 seconds
|