From 94bd4d8f3ed1c85d5dd2302d185400ab4259e83a Mon Sep 17 00:00:00 2001 From: Shrenuj Bansal Date: Tue, 18 Oct 2022 16:50:46 -0400 Subject: [PATCH] make gen --- itests/raft_messagesigner_test.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/itests/raft_messagesigner_test.go b/itests/raft_messagesigner_test.go index 87f8f28ff..37cb50c6a 100644 --- a/itests/raft_messagesigner_test.go +++ b/itests/raft_messagesigner_test.go @@ -4,11 +4,12 @@ import ( "context" "crypto/rand" "fmt" - "github.com/filecoin-project/lotus/node/impl" "reflect" "testing" "time" + "github.com/filecoin-project/lotus/node/impl" + "github.com/google/uuid" gorpc "github.com/libp2p/go-libp2p-gorpc" libp2pcrypto "github.com/libp2p/go-libp2p/core/crypto" @@ -490,6 +491,8 @@ func TestChainStoreSync(t *testing.T) { func TestGoRPCAuth(t *testing.T) { + blockTime := 1 * time.Second + kit.QuietMiningLogs() ctx := context.Background()