mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 15:07:24 +00:00
fix validator set change test
This commit is contained in:
@@ -637,7 +637,7 @@ func TestReactorValidatorSetChanges(t *testing.T) {
|
||||
)
|
||||
t.Cleanup(cleanup)
|
||||
|
||||
rts := setup(t, nPeers, states, 100) // buffer must be large enough to not deadlock
|
||||
rts := setup(t, nPeers, states, 1000) // buffer must be large enough to not deadlock
|
||||
|
||||
for _, reactor := range rts.reactors {
|
||||
state := reactor.state.GetState()
|
||||
|
||||
Reference in New Issue
Block a user