Skip to content

Commit

Permalink
run test for at least 100 views
Browse files Browse the repository at this point in the history
  • Loading branch information
johningve committed Feb 12, 2021
1 parent 5ca536a commit 45e4fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hotstuff_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestChainedHotstuff(t *testing.T) {
errChan <- fmt.Errorf("Unknown command executed: got %s, want: %s", arg, "foo")
}
*counter++
if *counter >= 10 {
if *counter >= 100 {
c <- struct{}{}
}
})
Expand Down

0 comments on commit 45e4fbd

Please sign in to comment.