Don't limit parallel threads for xunit tests

This commit is contained in:
Ajay Bhargav Baaskaran 2018-03-07 10:43:25 -08:00
parent c96d8e4bab
commit e085441ad3
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{ {
"methodDisplay": "method", "methodDisplay": "method",
"shadowCopy": false "shadowCopy": false,
"maxParallelThreads": -1
} }