use higher timeout

This commit is contained in:
cupcakearmy 2022-10-18 16:14:01 +02:00
parent ec63b8035c
commit f0a1ff8d6e
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F

View File

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