mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
set maxworkers 2 for frontend tests
This commit is contained in:
parent
63ed02e626
commit
0f8b9b8ff9
@ -11,3 +11,4 @@ function exit_if_fail {
|
||||
}
|
||||
|
||||
exit_if_fail npm run test
|
||||
exit_if_fail npm run build
|
||||
|
@ -3,7 +3,7 @@ module.exports = function(config, grunt) {
|
||||
|
||||
return {
|
||||
tslint: 'node ./node_modules/tslint/lib/tslintCli.js -c tslint.json --project ./tsconfig.json',
|
||||
jest: 'node ./node_modules/jest-cli/bin/jest.js',
|
||||
jest: 'node ./node_modules/jest-cli/bin/jest.js --maxWorkers 2',
|
||||
webpack: 'node ./node_modules/webpack/bin/webpack.js --config scripts/webpack/webpack.prod.js',
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user