excessive logging. update tmlibs for timer fix

This commit is contained in:
Ethan Buchman
2017-12-16 19:16:08 -05:00
parent 61dc357bb3
commit 5d04ccbe51
11 changed files with 113 additions and 44 deletions
+1 -1
View File
@@ -389,7 +389,7 @@ func DefaultConsensusConfig() *ConsensusConfig {
// TestConsensusConfig returns a configuration for testing the consensus service
func TestConsensusConfig() *ConsensusConfig {
config := DefaultConsensusConfig()
config.TimeoutPropose = 2000
config.TimeoutPropose = 100
config.TimeoutProposeDelta = 1
config.TimeoutPrevote = 10
config.TimeoutPrevoteDelta = 1