Welcome to mirror list, hosted at ThFree Co, Russian Federation.

xunit.runner.json « E2ETest « test « Components « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: baa05fb93d2affee8f49d6fb099848b5c6e196af (plain)
1
2
3
4
5
6
7
{
  // This is set to -1 to allow the usage of an
  // unlimited ammount of threads.
  "maxParallelThreads": -1,
  "diagnosticMessages": true,
  "longRunningTestSeconds": 30
}