diff --git a/jest.config.js b/jest.config.js index 101666d6..da496052 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,5 +7,6 @@ module.exports = { transform: { '^.+\\.ts$': 'ts-jest' }, - verbose: true -} \ No newline at end of file + verbose: true, + testTimeout: 70000 +}