File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ network:
1010.PHONY : test
1111test :
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
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RPC_ADDRESS_B=$($RLY config show | jq -r '.chains[] | select(.chain.chain_id ==
2020PORT_B=$( $RLY paths list --json | jq -r --arg path $PATH_NAME ' .[$path].dst."port-id"' )
2121CHANNEL_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
2525echo " !!! ibc0 -> ibc1 !!!"
2626TM_ADDRESS=$( ${RLY} tendermint keys show ibc0 testkey)
You can’t perform that action at this time.
0 commit comments