Skip to content

Commit 02a79e3

Browse files
authored
Try using runtests-parallel for CI (#9970)
* Try using runtests-parallel for CI * Put worker count setting into .travis.yml * Reduce worker count to 4 - 8 wasnt much different from 4-6 but had contention issues causing timeouts
1 parent ceab31c commit 02a79e3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,16 @@ node_js:
77

88
sudo: false
99

10+
env:
11+
- workerCount=4
12+
1013
matrix:
1114
fast_finish: true
1215
include:
1316
- os: osx
1417
node_js: stable
1518
osx_image: xcode7.3
19+
env: workerCount=2
1620

1721
branches:
1822
only:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
},
7979
"scripts": {
8080
"pretest": "jake tests",
81-
"test": "jake runtests",
81+
"test": "jake runtests-parallel",
8282
"build": "npm run build:compiler && npm run build:tests",
8383
"build:compiler": "jake local",
8484
"build:tests": "jake tests",

0 commit comments

Comments
 (0)