Remove global xunit max thread setting (#19944)

This commit is contained in:
Brennan 2020-03-18 10:39:25 -07:00 committed by GitHub
parent 79362c580c
commit 78fce45039
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
{
"longRunningTestSeconds": 60,
"diagnosticMessages": true,
"maxParallelThreads": -1
"diagnosticMessages": true
}