ChutzpahSettings.

MaxParallelism Property

Summary

Gets or sets the Max degree of parallelism for Chutzpah. Defaults to number of CPUs + 1 If you specify more than 1 the test output may be a bit jumbled
Assembly
Cake.Chutzpah.dll
Namespace
Cake.Chutzpah
Containing Type
ChutzpahSettings

Syntax

public Nullable<int> MaxParallelism { get; set; }

Value

Type Description
Nullable<int>