remove erroneous sleep

This commit is contained in:
William Banfield
2021-09-22 13:35:30 -04:00
parent 6bc596f5d0
commit bf90e1c6e2
-1
View File
@@ -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:]...)
}