Browse Source

chore: Set max workers for e2e tests to 3

Michael Bromley 4 years ago
parent
commit
0363fc77fb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      e2e-common/jest-config.js

+ 1 - 0
e2e-common/jest-config.js

@@ -12,6 +12,7 @@ module.exports = {
     moduleFileExtensions: ['js', 'json', 'ts'],
     moduleFileExtensions: ['js', 'json', 'ts'],
     rootDir: packageDirname,
     rootDir: packageDirname,
     testRegex: '.e2e-spec.ts$',
     testRegex: '.e2e-spec.ts$',
+    maxWorkers: 3,
     transform: {
     transform: {
         '^.+\\.ts$': 'ts-jest',
         '^.+\\.ts$': 'ts-jest',
     },
     },