diff --git a/jest.config.js b/jest.config.js index ccf1d63..e168c21 100644 --- a/jest.config.js +++ b/jest.config.js @@ -16,4 +16,5 @@ module.exports = { '**/test/**/*.test.ts' ], testEnvironment: 'node', -}; \ No newline at end of file + testTimeout: 60000, +};