Skip to content

Commit d290c5c

Browse files
committed
Allow test parallelization and increase timeout
1 parent 2e0d3ef commit d290c5c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jest.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ module.exports = {
77
},
88
modulePathIgnorePatterns: ["<rootDir>/dist/"],
99
setupFilesAfterEnv: ["<rootDir>/jest.setup.js"],
10-
testTimeout: 60000,
11-
maxWorkers: 1,
10+
testTimeout: 120000,
1211
collectCoverage: false,
1312
collectCoverageFrom: [
1413
// Include: Main TypeScript source files.

0 commit comments

Comments
 (0)