chore: limit concurrency to throttle RAM usage circleci
This commit is contained in:
parent
0cf8a0c921
commit
de4dbca4ba
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
nodeResolve: true,
|
nodeResolve: true,
|
||||||
sessionStartTimeout: 30000,
|
sessionStartTimeout: 30000,
|
||||||
|
concurrency: 5,
|
||||||
coverageConfig: {
|
coverageConfig: {
|
||||||
threshold: {
|
threshold: {
|
||||||
statements: 80,
|
statements: 80,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue