Increase jest test timeout
This commit is contained in:
parent
cfc632ba1a
commit
847fa030b8
@ -16,4 +16,5 @@ module.exports = {
|
|||||||
'**/test/**/*.test.ts'
|
'**/test/**/*.test.ts'
|
||||||
],
|
],
|
||||||
testEnvironment: 'node',
|
testEnvironment: 'node',
|
||||||
};
|
testTimeout: 60000,
|
||||||
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user