diff --git a/jest.config.js b/jest.config.js index 1a9b873c4e4..a726ba7a896 100644 --- a/jest.config.js +++ b/jest.config.js @@ -35,6 +35,8 @@ if (!isCI) { export default { rootDir: '.', verbose: true, + testTimeout: 60 * 1000, + watchPlugins: ['jest-watch-typeahead/filename', 'jest-watch-typeahead/testname'], projects, globals: { availableExtensions: ['.js', '.ts', '.mjs', '.cjs'],