Don't limit parallel threads for xunit tests
This commit is contained in:
parent
c96d8e4bab
commit
e085441ad3
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"methodDisplay": "method",
|
||||
"shadowCopy": false
|
||||
"shadowCopy": false,
|
||||
"maxParallelThreads": -1
|
||||
}
|
||||
Loading…
Reference in New Issue