Skip to content

Commit

Permalink
Update consensus/consensus_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Dec 19, 2024
1 parent 27d3dd3 commit 9c25694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/consensus_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -862,7 +862,7 @@ func TestCases(t *testing.T) {
}

func TestFaulty(t *testing.T) {
for i := 0; i < 100; i++ {
for i := 0; i < 10; i++ {
td := setup(t)
td.commitBlockForAllStates(t)

Expand Down

0 comments on commit 9c25694

Please sign in to comment.