diff --git a/jest.config.js b/jest.config.js index b239bf4e3..3fa50036e 100644 --- a/jest.config.js +++ b/jest.config.js @@ -20,4 +20,5 @@ module.exports = { testMatch: ["**/__tests__/**/*.[jt]s?(x)", "**/?(*.)test.[jt]s?(x)"], transformIgnorePatterns: ["node_modules/?!(@tradetrust-tt).*/"], testPathIgnorePatterns: ["/node_modules/", "/tests/"], + testTimeout: 10000, };