From bbd5a1546ae3ee97034a7df820779d866e932346 Mon Sep 17 00:00:00 2001 From: Jimmy Hu Date: Thu, 25 Apr 2019 15:41:41 +0800 Subject: core: fix test (#579) --- core/configuration-chain_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/configuration-chain_test.go b/core/configuration-chain_test.go index edaacf6..f8a923a 100644 --- a/core/configuration-chain_test.go +++ b/core/configuration-chain_test.go @@ -497,7 +497,7 @@ func (s *ConfigurationChainTestSuite) TestDKGComplaintDelayAdd() { go func() { // Node 0 proposes NackComplaint to all others at 3λ but they should // be ignored because NackComplaint should be proposed before 2λ. - time.Sleep(lambdaDKG * 3) + time.Sleep(lambdaDKG * 4) for _, gov := range recv.govs { if complaints == -1 { complaints = len(gov.DKGComplaints(round)) -- cgit v1.2.3