mirror of
https://github.com/ansible/awx.git
synced 2026-01-25 00:11:23 -03:30
Set maxworkers to 4
This commit is contained in:
parent
3353b3f3b7
commit
dd510ab90c
2
Makefile
2
Makefile
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user