Skip to content

Commit afbe1b3

Browse files
committed
t
1 parent 612667f commit afbe1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crypto/tss/eddsa/frost/signer/signer_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func TestSigner(t *testing.T) {
3939

4040
var _ = Describe("Signer", func() {
4141
var (
42-
RumTime = 10
42+
RumTime = 20
4343
curve = elliptic.Ed25519()
4444
poly, _ = polynomial.RandomPolynomial(curve.Params().N, 2)
4545
x1, _ = utils.RandomPositiveInt(curve.Params().N)
@@ -148,7 +148,7 @@ var _ = Describe("Signer", func() {
148148
{x2, share2, big.NewInt(0)},
149149
{x3, share3, big.NewInt(0)},
150150
}, secrertRandomKey, nil),
151-
FEntry("(x-cooord, share, rank):", [][]*big.Int{
151+
Entry("(x-cooord, share, rank):", [][]*big.Int{
152152
{setx1, setShare1, big.NewInt(0)},
153153
{setx2, setShare2, big.NewInt(0)},
154154
{setx3, setShare3, big.NewInt(0)},

0 commit comments

Comments
 (0)