From 5d5012d3ec2105b89f1243f9334cf837b01755fc Mon Sep 17 00:00:00 2001 From: ggarri Date: Thu, 30 May 2019 10:54:25 +0200 Subject: [PATCH] #136 Increate timeout_commit to fix racing conditions --- network/standalone/consensus/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/standalone/consensus/config.go b/network/standalone/consensus/config.go index 05cf9f6..921c19f 100644 --- a/network/standalone/consensus/config.go +++ b/network/standalone/consensus/config.go @@ -191,7 +191,7 @@ timeout_prevote = "2s" timeout_prevote_delta = "500ms" timeout_precommit = "2s" timeout_precommit_delta = "500ms" -timeout_commit = "1s" +timeout_commit = "2s" # Make progress as soon as we have all the precommits (as if TimeoutCommit = 0) skip_timeout_commit = false