diff --git a/jest.config.js b/jest.config.js index 6422371..c86aad2 100644 --- a/jest.config.js +++ b/jest.config.js @@ -25,5 +25,5 @@ module.exports = { statements: -10 } }, - testTimeout: 60 * 15 + testTimeout: 1000 * 15 };