Skip to content

Commit ad98a03

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/cases/tm2eth/scripts/test-service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ 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=$!

0 commit comments

Comments
 (0)