diff --git a/jest.config.js b/jest.config.js index 8f22e92..6422371 100644 --- a/jest.config.js +++ b/jest.config.js @@ -24,5 +24,6 @@ module.exports = { lines: 50, statements: -10 } - } + }, + testTimeout: 60 * 15 };