From 22536ba3cf0dd65d9bbc4f388fa987a5dc106d56 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Mon, 11 Jan 2021 14:37:04 -0500 Subject: [PATCH] blockchain v0: decrease max block height --- blockchain/v0/reactor_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockchain/v0/reactor_test.go b/blockchain/v0/reactor_test.go index 5a5eeef74..85e617fa8 100644 --- a/blockchain/v0/reactor_test.go +++ b/blockchain/v0/reactor_test.go @@ -311,7 +311,7 @@ func TestReactor_BadBlockStopsPeer(t *testing.T) { config := cfg.ResetTestRoot("blockchain_reactor_test") defer os.RemoveAll(config.RootDir) - maxBlockHeight := int64(64) + maxBlockHeight := int64(48) genDoc, privVals := randGenesisDoc(config, 1, false, 30) testSuites := []*reactorTestSuite{