From 9c25694aed978c26a5c78f705f86f88ec74b8db9 Mon Sep 17 00:00:00 2001 From: b00f Date: Thu, 19 Dec 2024 13:26:22 +0800 Subject: [PATCH] Update consensus/consensus_test.go --- consensus/consensus_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)