Make jest timeout longer

This commit is contained in:
Pedro Silva 2023-02-01 11:08:35 +00:00
parent 21ffbe3f86
commit ca70fbb996
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)