This commit is contained in:
Shrenuj Bansal 2022-10-18 16:50:46 -04:00
parent ad8b959880
commit 94bd4d8f3e

View File

@ -4,11 +4,12 @@ import (
"context" "context"
"crypto/rand" "crypto/rand"
"fmt" "fmt"
"github.com/filecoin-project/lotus/node/impl"
"reflect" "reflect"
"testing" "testing"
"time" "time"
"github.com/filecoin-project/lotus/node/impl"
"github.com/google/uuid" "github.com/google/uuid"
gorpc "github.com/libp2p/go-libp2p-gorpc" gorpc "github.com/libp2p/go-libp2p-gorpc"
libp2pcrypto "github.com/libp2p/go-libp2p/core/crypto" libp2pcrypto "github.com/libp2p/go-libp2p/core/crypto"
@ -490,6 +491,8 @@ func TestChainStoreSync(t *testing.T) {
func TestGoRPCAuth(t *testing.T) { func TestGoRPCAuth(t *testing.T) {
blockTime := 1 * time.Second
kit.QuietMiningLogs() kit.QuietMiningLogs()
ctx := context.Background() ctx := context.Background()