File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
tests/cases/tm2eth/scripts Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -35,17 +35,17 @@ waitUnrelayedCount $PATH_NAME "unrelayed-packets" "dst" 1 300
3535docker exec tendermint-chain0-mock sh -c " simd --home /root/data/ibc0 tx --keyring-backend=test --from ${TM_ADDRESS0} --chain-id ibc0 mockapp send mockapp channel-0 'mock packet data' --yes"
3636waitUnrelayedCount $PATH_NAME " unrelayed-packets" " src" 1 30
3737
38- date; echo " yyyyyyyy Now is @0, Server has started. Both chains already have a message to relay which will be ready after optimize-interval(30s)."
38+ date; echo " Server has started. Both chains already have a message to relay which will be ready after optimize-interval (30s)."
3939
4040${RLY} service start $PATH_NAME --relay-interval 20s --src-relay-optimize-interval 30s --src-relay-optimize-count 3 --dst-relay-optimize-interval 30s --dst-relay-optimize-count 3 &
4141RLY_PID=$!
4242
43- echo " Waiting dst->src packets are relayed. Not that src chain(tendermint) has fast confirmation time"
43+ echo " Waiting dst->src packets are relayed. Note that src chain(tendermint) has fast confirmation time"
4444waitUnrelayedCount $PATH_NAME " unrelayed-packets" " dst" 0 300
4545echo " Waiting src->dst packets are relayed"
4646waitUnrelayedCount $PATH_NAME " unrelayed-packets" " src" 0 300
4747
48- echo " Waiting dst->src ack is relayed. Not that the time of src->dst->src relay and dst->src->dst relay takes nearly same time"
48+ echo " Waiting dst->src ack is relayed. Note that the time of src->dst->src relay and dst->src->dst relay takes nearly same time"
4949waitUnrelayedCount $PATH_NAME " unrelayed-acknowledgements" " dst" 0 300
5050echo " Waiting src->dst ack is relayed"
5151waitUnrelayedCount $PATH_NAME " unrelayed-acknowledgements" " src" 0 300
You can’t perform that action at this time.
0 commit comments