diff --git a/consensus/consensus_test.go b/consensus/consensus_test.go index 6084fd827..0d8adae12 100644 --- a/consensus/consensus_test.go +++ b/consensus/consensus_test.go @@ -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)