Summary
Gets or sets the execution timeout value.
- Namespace
- Cake
.Common .Tools .Chocolatey - Containing Type
- ChocolateySettings
Syntax
public int ExecutionTimeout { get; set; }
Remarks
Default is 2700 seconds.
Value
Type | Description |
---|---|
int | The execution timeout. |