diff --git a/jest.config.js b/jest.config.js index 5a82228..a13edfc 100644 --- a/jest.config.js +++ b/jest.config.js @@ -5,5 +5,6 @@ module.exports = { transform: { '^.+\\.ts$': 'ts-jest' }, + testTimeout: 10000, verbose: true -} \ No newline at end of file +}