Skip to content

Commit 2b9d064

Browse files
dai1975Copilot
andauthored
Update tests/cases/tm2eth/scripts/test-service
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1cf8491 commit 2b9d064

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/cases/tm2eth/scripts/test-service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ date; echo " yyyyyyyy Now is @0, Server has started. Both chains already have a
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)