From 83a0ef3c17bdc3442eda5248628ccb1d63bc6ed7 Mon Sep 17 00:00:00 2001 From: PaddyMc Date: Mon, 10 Mar 2025 15:56:38 +0000 Subject: [PATCH] chore: slightly increase blocktime (#9021) * chore: slightly increase blocktime * chore: change CHANGELOG.md * chore: reduce timeout commit to 1.6s (cherry picked from commit 3830890c70fc5d0f1ebf85df8137901c955f348b) --- CHANGELOG.md | 1 + cmd/osmosisd/cmd/root.go | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 35eb9ebb22d..1a12d4f006f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [#8985](https://github.com/osmosis-labs/osmosis/pull/8985) build: block-sdk import now uses forked version * [#9006](https://github.com/osmosis-labs/osmosis/pull/9006) feat: CosmWasm Pool raw state query +* [#9021](https://github.com/osmosis-labs/osmosis/pull/9021) chore: slightly increase blocktime ## v28.0.4 diff --git a/cmd/osmosisd/cmd/root.go b/cmd/osmosisd/cmd/root.go index 9b895dbee69..869793cc2eb 100644 --- a/cmd/osmosisd/cmd/root.go +++ b/cmd/osmosisd/cmd/root.go @@ -147,12 +147,12 @@ var ( { Section: "consensus", Key: "timeout_commit", - Value: "500ms", + Value: "550ms", }, { Section: "consensus", Key: "timeout_propose", - Value: "1.8s", + Value: "1.6s", }, { Section: "consensus",