diff --git a/blockchain/v2/reactor_test.go b/blockchain/v2/reactor_test.go index 10457cdb0..f42b6bfc6 100644 --- a/blockchain/v2/reactor_test.go +++ b/blockchain/v2/reactor_test.go @@ -329,7 +329,7 @@ func TestReactorTerminationScenarios(t *testing.T) { reactor.processor.send(rProcessBlock{}) } // give time for messages to propagate between routines - time.Sleep(time.Millisecond) + time.Sleep(3 * time.Millisecond) } // time for processor to finish and reactor to switch to consensus