Skip to content

Commit 30e95df

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)