Skip to content

Commit 30e95df

Browse files
authored
Reduce worker count to 3 (microsoft#10210)
Since we saw a starvation issue on one of @sandersn's PRs.
1 parent 8ea90ab commit 30e95df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ node_js:
88
sudo: false
99

1010
env:
11-
- workerCount=4
11+
- workerCount=3
1212

1313
matrix:
1414
fast_finish: true

0 commit comments

Comments
 (0)