increase default proposal time

This commit is contained in:
keorn 2016-11-24 19:58:29 +00:00
parent 04acdd6ca0
commit f867372dfe
1 changed files with 1 additions and 1 deletions

View File

@ -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)