Make jest timeout longer

This commit is contained in:
Pedro Silva 2023-02-01 11:08:35 +00:00
parent cbc1901e1b
commit 42818c3f61
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ if (!process.env.DEBUG) {
global.console.log = jest.fn() // console.log are ignored in tests
}
jest.setTimeout(10000)
jest.setTimeout(60000)