Skip to content

Commit 3c47758

Browse files
michalkucharczykltfschoen
authored andcommitted
zombienet timings adjusted (paritytech#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
1 parent d2e9875 commit 3c47758

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

zombienet/0000-block-building/block-building.zndsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Description: Block building
22
Network: ./block-building.toml
33
Creds: config
44

5-
alice: is up
6-
bob: is up
5+
alice: is up within 30 seconds
6+
bob: is up within 30 seconds
77

88
alice: reports node_roles is 4
99
bob: reports node_roles is 4

zombienet/0001-basic-warp-sync/test-warp-sync.zndsl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Description: Warp sync
22
Network: ./test-warp-sync.toml
33
Creds: config
44

5-
alice: is up
6-
bob: is up
7-
charlie: is up
8-
dave: is up
5+
alice: is up within 30 seconds
6+
bob: is up within 30 seconds
7+
charlie: is up within 30 seconds
8+
dave: is up within 30 seconds
99

1010
alice: reports node_roles is 1
1111
bob: reports node_roles is 1

0 commit comments

Comments
 (0)