We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b562c68 commit b4d9518Copy full SHA for b4d9518
jest.config.js
@@ -30,4 +30,5 @@ module.exports = {
30
setupFilesAfterEnv: ['./jest.setup.redis-mock.js', './jest.setup.mongo-repl-set.js'],
31
32
globalTeardown: './jest.global-teardown.js',
33
+ testTimeout: 15000,
34
};
0 commit comments