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:
parent
333586d735
commit
f3afbeb2ae
|
|
@ -2,5 +2,6 @@
|
||||||
"$schema": "http://json.schemastore.org/xunit.runner.schema",
|
"$schema": "http://json.schemastore.org/xunit.runner.schema",
|
||||||
"appDomain": "denied",
|
"appDomain": "denied",
|
||||||
"methodDisplay": "method",
|
"methodDisplay": "method",
|
||||||
|
"diagnosticMessages": true,
|
||||||
"longRunningTestSeconds": 60
|
"longRunningTestSeconds": 60
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue