Skip to content

Commit 204099b

Browse files
committed
adding logs for testing
1 parent 081b925 commit 204099b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/devnet/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ echo "Changing defaults and ports in app.toml and config.toml files..."
120120
sed -i -e 's/cors_allowed_origins = \[\]/cors_allowed_origins = \["*"\]/g' $CHAIN_DIR/$CHAINID/config/config.toml
121121
sed -i -e 's#"tcp://0.0.0.0:26656"#"tcp://0.0.0.0:'"$P2PPORT"'"#g' $CHAIN_DIR/$CHAINID/config/config.toml
122122
sed -i -e 's#"tcp://127.0.0.1:26657"#"tcp://0.0.0.0:'"$RPCPORT"'"#g' $CHAIN_DIR/$CHAINID/config/config.toml
123-
sed -i -e 's/timeout_commit = "5s"/timeout_commit = "5s"/g' $CHAIN_DIR/$CHAINID/config/config.toml
123+
sed -i -e 's/timeout_commit = "1s"/timeout_commit = "5s"/g' $CHAIN_DIR/$CHAINID/config/config.toml
124124
sed -i -e 's/timeout_propose = "3s"/timeout_propose = "5s"/g' $CHAIN_DIR/$CHAINID/config/config.toml
125125
sed -i -e 's/index_all_keys = false/index_all_keys = true/g' $CHAIN_DIR/$CHAINID/config/config.toml
126126

0 commit comments

Comments
 (0)