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 = {
|
||||
nodeResolve: true,
|
||||
sessionStartTimeout: 30000,
|
||||
concurrency: 5,
|
||||
coverageConfig: {
|
||||
threshold: {
|
||||
statements: 80,
|
||||
|
|
|
|||
Loading…
Reference in a new issue