From 1b352d9e52839c8b6c316c2601d08c91c995d8f0 Mon Sep 17 00:00:00 2001 From: Mission Liao Date: Fri, 7 Dec 2018 18:02:59 +0800 Subject: core: fix bugs found when node-set is not equal to notary-set (#362) --- core/consensus_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'core/consensus_test.go') diff --git a/core/consensus_test.go b/core/consensus_test.go index 5819cc2..9234512 100644 --- a/core/consensus_test.go +++ b/core/consensus_test.go @@ -196,6 +196,7 @@ func (s *ConsensusTestSuite) prepareAgreementMgrWithoutRunning( con.baMgr.appendConfig(0, &types.Config{ NumChains: numChains, RoundInterval: time.Hour, + LambdaBA: 50 * time.Millisecond, }, common.NewRandomHash()) } -- cgit v1.2.3