Skip to content

Commit 4f8c566

Browse files
committed
Update jest config
1 parent a58e708 commit 4f8c566

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jest.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ module.exports = {
88
moduleFileExtensions: ['ts', 'js'],
99
collectCoverage: true,
1010
rootDir: __dirname,
11+
maxWorkers: 2,
12+
testTimeout: 30000,
1113
}

0 commit comments

Comments
 (0)