Reduce worker count to 3 (#10210)

Since we saw a starvation issue on one of @sandersn's PRs.
This commit is contained in:
Wesley Wigham 2016-08-08 13:11:02 -07:00 committed by GitHub
parent 8ea90ab28b
commit 30e95df91e

View file

@ -8,7 +8,7 @@ node_js:
sudo: false
env:
- workerCount=4
- workerCount=3
matrix:
fast_finish: true