Set maxworkers to 4

This commit is contained in:
Jake McDermott 2021-07-19 09:18:32 -04:00 committed by Shane McDonald
parent 3353b3f3b7
commit dd510ab90c
No known key found for this signature in database
GPG Key ID: 6F374AF6E9EB9374

View File

@ -425,7 +425,7 @@ ui-lint:
ui-test:
$(NPM_BIN) --prefix awx/ui_next install
$(NPM_BIN) run --prefix awx/ui_next test -- --coverage --watchAll=false
$(NPM_BIN) run --prefix awx/ui_next test -- --coverage --maxWorkers=4 --watchAll=false
# Build a pip-installable package into dist/ with a timestamped version number.