diff --git a/jest.config.js b/jest.config.js index 0e0eb1635458396e9f4b70098d17718000de1c2f..f3dd67c9d447ee3bd768582a2f7e79c1c68b5f9a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,5 @@ module.exports = { - testTimeout: 30000, + testTimeout: 10000, reporters: ['default'], watchPathIgnorePatterns: ['/node_modules/', '/dist/', '/.git/'], moduleFileExtensions: ['js', 'json'],