Increase jest test timeout

This commit is contained in:
Alice Gaudon 2021-04-22 18:01:35 +02:00
parent cfc632ba1a
commit 847fa030b8
1 changed files with 2 additions and 1 deletions

View File

@ -16,4 +16,5 @@ module.exports = {
'**/test/**/*.test.ts'
],
testEnvironment: 'node',
};
testTimeout: 60000,
};