diff --git a/jest.config.js b/jest.config.js index 8eb5bb0..11e6537 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,4 +3,5 @@ module.exports = { clearMocks: true, coverageDirectory: 'coverage', testEnvironment: 'node', + testTimeout: 20_000, }