Summary
    Gets or sets maximum time (timespan format) that the console session will wait for the deployment to finish (default 00:10:00).
    This will not stop the deployment. Requires WaitForDeployment parameter set.
    
		- Namespace
 - Cake
.Common .Tools .OctopusDeploy  - Containing Type
 - Octopus
Deploy Promote Release Settings  
Syntax
public TimeSpan? DeploymentTimeout { get; set; }
	Value
| Type | Description | 
|---|---|
| TimeSpan? | 
