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()