We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e361ba5 + fbaaace commit 6131392Copy full SHA for 6131392
.travis.yml
@@ -26,7 +26,7 @@ matrix:
26
env: NO_WATCH_TESTS=1 JOB_PART=unit
27
- os: linux
28
node_js: "6"
29
- env: NO_WATCH_TESTS=1 JEST=--runInBand JOB_PART=integration
+ env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
30
- os: osx
31
node_js: "10"
32
env: NO_WATCH_TESTS=1 JEST=--maxWorkers=2 JOB_PART=integration
appveyor.yml
@@ -19,7 +19,7 @@ environment:
19
jest: --maxWorkers=2
20
- nodejs_version: 6
21
job_part: integration
22
- jest: --runInBand
+ jest: --maxWorkers=2
23
24
install:
25
- ps: Install-Product node $env:nodejs_version x64
0 commit comments