use higher timeout

This commit is contained in:
2022-10-18 16:14:01 +02:00
parent ec63b8035c
commit f0a1ff8d6e

View File

@@ -4,7 +4,7 @@ import { Precomputed } from './values.js'
describe('RSA', () => { describe('RSA', () => {
describe('Generate keys', function () { describe('Generate keys', function () {
this.timeout(5_000) this.timeout(10_000)
it('Should be able to generate a keypair', async () => { it('Should be able to generate a keypair', async () => {
await RSA.generateKeyPair() await RSA.generateKeyPair()