mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-22 07:06:14 +00:00
remove erroneous sleep
This commit is contained in:
@@ -128,7 +128,6 @@ func TestStateProposerSelection2(t *testing.T) {
|
||||
}
|
||||
|
||||
signAddVotes(config, cs1, tmproto.PrecommitType, nil, types.PartSetHeader{}, vss[1:]...)
|
||||
time.Sleep(time.Second)
|
||||
ensureNewRound(t, newRoundCh, height, i+round+1) // wait for the new round event each round
|
||||
incrementRound(vss[1:]...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user