diff options
author | Mission Liao <mission.liao@dexon.org> | 2018-12-28 14:13:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-28 14:13:57 +0800 |
commit | 17884041681c4723d67792c19a1716b9e21fc146 (patch) | |
tree | 1eca45e829b24fad41550b10aaceaf4f4b974fd7 /integration_test | |
parent | 3ef65533cf0624adf6b09b133ff50c88fdf1303f (diff) | |
download | tangerine-consensus-17884041681c4723d67792c19a1716b9e21fc146.tar.gz tangerine-consensus-17884041681c4723d67792c19a1716b9e21fc146.tar.zst tangerine-consensus-17884041681c4723d67792c19a1716b9e21fc146.zip |
sync: filter duplicated randomness (#387)
Diffstat (limited to 'integration_test')
-rw-r--r-- | integration_test/consensus_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration_test/consensus_test.go b/integration_test/consensus_test.go index c68028f..5c3f181 100644 --- a/integration_test/consensus_test.go +++ b/integration_test/consensus_test.go @@ -340,7 +340,7 @@ func (s *ConsensusTestSuite) TestSync() { core.ConfigRoundShift) req.NoError(err) req.NoError(seedGov.State().RequestChange( - test.StateChangeRoundInterval, 50*time.Second)) + test.StateChangeRoundInterval, 55*time.Second)) req.NoError(seedGov.State().RequestChange( test.StateChangeNumChains, uint32(5))) seedGov.CatchUpWithRound(0) |