Skip to content

Commit

Permalink
make IBC_CHANNEL_UPGRADE_TIMEOUT of simd configurable
Browse files Browse the repository at this point in the history
Signed-off-by: Masanori Yoshida <[email protected]>
  • Loading branch information
siburu committed Sep 11, 2024
1 parent 94e7b78 commit 2b8ff40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions tests/cases/docker-compose-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ services:
retries: 5
networks:
- *network-common
environment:
IBC_CHANNEL_UPGRADE_TIMEOUT: 20000000000
tendermint-chain1: &tendermint-chain1
container_name: tendermint-chain1
image: tendermint-chain1:${TAG}
Expand All @@ -35,6 +37,8 @@ services:
retries: 5
networks:
- *network-common
environment:
IBC_CHANNEL_UPGRADE_TIMEOUT: 20000000000
tendermint-chain0-mock:
<<: *tendermint-chain0
container_name: tendermint-chain0-mock
Expand Down
1 change: 0 additions & 1 deletion tests/chains/tendermint/scripts/entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/sh

export IBC_AUTHORITY=`jq -r .address /root/${CHAINDIR}/${CHAINID}/key_seed.json`
export IBC_CHANNEL_UPGRADE_TIMEOUT=20000000000 # 20sec = 20_000_000_000nsec

simd --home /root/${CHAINDIR}/${CHAINID} start --pruning=nothing --grpc.address="0.0.0.0:${GRPCPORT}"

0 comments on commit 2b8ff40

Please sign in to comment.