From f0a1ff8d6ee38c8a83eb8a4557f2e0592185d949 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Tue, 18 Oct 2022 16:14:01 +0200 Subject: [PATCH] use higher timeout --- test/rsa.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rsa.spec.js b/test/rsa.spec.js index 9b0a9ed..16e99da 100644 --- a/test/rsa.spec.js +++ b/test/rsa.spec.js @@ -4,7 +4,7 @@ import { Precomputed } from './values.js' describe('RSA', () => { describe('Generate keys', function () { - this.timeout(5_000) + this.timeout(10_000) it('Should be able to generate a keypair', async () => { await RSA.generateKeyPair()