Make jest timeout longer
This commit is contained in:
parent
cbc1901e1b
commit
42818c3f61
|
@ -16,4 +16,4 @@ if (!process.env.DEBUG) {
|
||||||
global.console.log = jest.fn() // console.log are ignored in tests
|
global.console.log = jest.fn() // console.log are ignored in tests
|
||||||
}
|
}
|
||||||
|
|
||||||
jest.setTimeout(10000)
|
jest.setTimeout(60000)
|
||||||
|
|
Loading…
Reference in New Issue