Enable xUnit diagnostic messages (#2505)

- Required to log long-running tests
- Will help investigate https://github.com/aspnet/KestrelHttpServer/issues/2503
This commit is contained in:
Mike Harder 2018-04-18 17:14:52 -07:00 committed by GitHub
parent 333586d735
commit f3afbeb2ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,5 +2,6 @@
"$schema": "http://json.schemastore.org/xunit.runner.schema",
"appDomain": "denied",
"methodDisplay": "method",
"diagnosticMessages": true,
"longRunningTestSeconds": 60
}