Improve test performance
See: https://github.com/dotnet/runtime/pull/35837
This commit is contained in:
parent
f9a41302f9
commit
af731a9be9
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
"diagnosticMessages": true,
|
"diagnosticMessages": true,
|
||||||
"longRunningTestSeconds": 20,
|
"longRunningTestSeconds": 20,
|
||||||
"parallelizeAssembly": true,
|
"parallelizeAssembly": true,
|
||||||
"preEnumerateTheories": true,
|
"preEnumerateTheories": false,
|
||||||
"stopOnFail": true
|
"stopOnFail": true
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue