add ensure new timeout back

This commit is contained in:
William Banfield
2021-09-21 11:51:43 -04:00
parent c69f933d61
commit 51db3f86c5
+2
View File
@@ -1272,6 +1272,8 @@ func TestProposeValidBlock(t *testing.T) {
ensureNewRound(newRoundCh, height, round)
t.Log("### ONTO ROUND 3")
ensureNewTimeout(timeoutWaitCh, height, round, cs1.config.Precommit(round).Nanoseconds())
round++ // moving to the next round
ensureNewRound(newRoundCh, height, round)