Improve test performance

See: https://github.com/dotnet/runtime/pull/35837
This commit is contained in:
TSR Berry 2023-07-09 02:43:31 +02:00
parent f9a41302f9
commit af731a9be9
No known key found for this signature in database
GPG key ID: 52353C0A4CCA15E2

View file

@ -3,6 +3,6 @@
"diagnosticMessages": true,
"longRunningTestSeconds": 20,
"parallelizeAssembly": true,
"preEnumerateTheories": true,
"preEnumerateTheories": false,
"stopOnFail": true
}