Skip to content

Commit 1b55d94

Browse files
author
Daisuke Kanda
committed
Merge remote-tracking branch 'origin/features/lo7181' into features/lo7181
2 parents cfc787f + ad98a03 commit 1b55d94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/cases/tm2eth/scripts/test-service

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@ waitUnrelayedCount $PATH_NAME "unrelayed-packets" "dst" 1 300
3535
docker 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"
3636
waitUnrelayedCount $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 &
4141
RLY_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"
4444
waitUnrelayedCount $PATH_NAME "unrelayed-packets" "dst" 0 300
4545
echo "Waiting src->dst packets are relayed"
4646
waitUnrelayedCount $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"
4949
waitUnrelayedCount $PATH_NAME "unrelayed-acknowledgements" "dst" 0 300
5050
echo "Waiting src->dst ack is relayed"
5151
waitUnrelayedCount $PATH_NAME "unrelayed-acknowledgements" "src" 0 300

0 commit comments

Comments
 (0)