diff --git a/package.json b/package.json index d9874b406..b61a1bd39 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "lint": "fedx-scripts eslint --ext .js --ext .jsx .", "start": "fedx-scripts webpack-dev-server --progress", "debug-test": "node --inspect-brk node_modules/.bin/jest --coverage --runInBand", - "test": "TZ=UTC fedx-scripts jest --coverage --runInBand", + "test": "TZ=UTC fedx-scripts jest --coverage --maxWorkers=2", "test:watch": "npm run test -- --watch", "snapshot": "fedx-scripts jest --updateSnapshot" },