increase default proposal time
This commit is contained in:
parent
04acdd6ca0
commit
f867372dfe
@ -48,7 +48,7 @@ impl TendermintTimeouts {
|
||||
impl Default for TendermintTimeouts {
|
||||
fn default() -> Self {
|
||||
TendermintTimeouts {
|
||||
propose: Duration::milliseconds(1000),
|
||||
propose: Duration::milliseconds(2000),
|
||||
prevote: Duration::milliseconds(1000),
|
||||
precommit: Duration::milliseconds(1000),
|
||||
commit: Duration::milliseconds(1000)
|
||||
|
Loading…
Reference in New Issue
Block a user