blockchain v0: attempt test fix

This commit is contained in:
Aleksandr Bezobchuk
2021-01-11 13:42:03 -05:00
parent 4a596bfd72
commit 1f88c2a31c

View File

@@ -311,7 +311,7 @@ func TestReactor_BadBlockStopsPeer(t *testing.T) {
config := cfg.ResetTestRoot("blockchain_reactor_test")
defer os.RemoveAll(config.RootDir)
maxBlockHeight := int64(148)
maxBlockHeight := int64(64)
genDoc, privVals := randGenesisDoc(config, 1, false, 30)
testSuites := []*reactorTestSuite{