Skip to content

Commit 96cbf6b

Browse files
author
Daisuke Kanda
committed
long interval
Signed-off-by: Daisuke Kanda <daisuke.kanda@datachain.jp>
1 parent 2af0802 commit 96cbf6b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

tests/cases/eth2eth/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ network:
1010
.PHONY: test
1111
test:
1212
$(MAKE) test-single
13+
$(MAKE) test-single-ordered
1314
$(MAKE) test-multi
1415

1516
.PHONY: test-multi
@@ -29,8 +30,8 @@ test-single:
2930
./scripts/test-tx
3031
./scripts/test-timeout
3132

32-
.PHONY: test-ordered
33-
test-ordered:
33+
.PHONY: test-single-ordered
34+
test-single-ordered:
3435
./scripts/fixture single
3536
./scripts/init-rly path-ordered.json
3637
./scripts/handshake

tests/cases/tm2eth/scripts/test-mockapp-packet-timeout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RPC_ADDRESS_B=$($RLY config show | jq -r '.chains[] | select(.chain.chain_id ==
2020
PORT_B=$($RLY paths list --json | jq -r --arg path $PATH_NAME '.[$path].dst."port-id"')
2121
CHANNEL_B=$($RLY paths list --json | jq -r --arg path $PATH_NAME '.[$path].dst."channel-id"')
2222

23-
TX_INTERVAL=3
23+
TX_INTERVAL=10
2424

2525
echo "!!! ibc0 -> ibc1 !!!"
2626
TM_ADDRESS=$(${RLY} tendermint keys show ibc0 testkey)

0 commit comments

Comments
 (0)