diff --git a/jest.config.js b/jest.config.js index 3740ac5..6b5fb31 100644 --- a/jest.config.js +++ b/jest.config.js @@ -3,4 +3,5 @@ module.exports = { "transform": { "^.+\\.(ts|tsx)$": "ts-jest" }, + "testTimeout": 30000 } \ No newline at end of file