Skip to content

Commit 9b8f5cb

Browse files
Merge pull request #52 from MiroslavDionisiev/change-max-workers
chore: change mumber of workers for running integration tests in gui
2 parents a3ea6b7 + 7d81f0c commit 9b8f5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scratch-gui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"i18n:src": "rimraf ./translations/messages/src && babel src > tmp.js && rimraf tmp.js && build-i18n-src ./translations/messages/src ./translations/",
3232
"start": "webpack serve",
3333
"test": "npm run test:lint && npm run test:unit && npm run build && npm run test:integration",
34-
"test:integration": "cross-env JEST_JUNIT_OUTPUT_NAME=integration-tests-results.xml jest --maxWorkers=4 test[\\\\/]integration",
34+
"test:integration": "cross-env JEST_JUNIT_OUTPUT_NAME=integration-tests-results.xml jest --maxWorkers=2 test[\\\\/]integration",
3535
"test:lint": "eslint . --ext .js,.jsx,.ts,.tsx",
3636
"test:unit": "cross-env JEST_JUNIT_OUTPUT_NAME=unit-tests-results.xml jest test[\\\\/]unit",
3737
"test:smoke": "jest --runInBand test[\\\\/]smoke",

0 commit comments

Comments
 (0)