mirror of
https://github.com/cupcakearmy/occulto.git
synced 2024-10-31 22:04:11 +01:00
use higher timeout
This commit is contained in:
parent
ec63b8035c
commit
f0a1ff8d6e
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user