diff --git a/jest.config.js b/jest.config.js index 225770eaeb..8faf7fb8ab 100644 --- a/jest.config.js +++ b/jest.config.js @@ -20,4 +20,5 @@ module.exports = { transformIgnorePatterns: ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"], setupFilesAfterEnv: ["@testing-library/jest-dom", "./scripts/setup-test.ts"], watchPlugins: ["jest-watch-typeahead/filename", "jest-watch-typeahead/testname"], + testTimeout: 15000, };