1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12:00

Make jest timeout longer

This commit is contained in:
Pedro Silva 2023-02-01 11:08:35 +00:00
parent cbc1901e1b
commit 42818c3f61

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)