Dashboard > CruiseControl.NET > ... > Project Configuration Block > Timeout Configuration
Timeout Configuration Log In View a printable version of the current page.  
CruiseControl.NET documentation for latest CI builds
Added by Owen Rogers , last edited by Ross Patterson on Apr 28, 2008  (view change) show comment

Timeout Configuration

Most source control blocks allow you to specify a timeout for operations (see the documentation for the specific source control block to be certain). By default you specify the timeout in milliseconds.

If you specify the timout as an element, it can be set in units of milliseconds, seconds, minutes or hours.

If you specify the timeout as an attribute on the sourcecontrol block then it must be specified in milliseconds.

Example: Set timeout to 60 seconds (60,000 milliseconds)

<timeout>60000</timeout>

Example: Set the timeout in various units

<timeout units="millis">60000</timeout>
<timeout units="seconds">60</timeout>
<timeout units="minutes">5</timeout>
<timeout units="hours">1</timeout>

Powered by a free Atlassian Confluence Open Source Project / Non-profit License granted to ThoughtWorks, Inc.. Evaluate Confluence today.
Powered by Atlassian Confluence 2.7.1, the Enterprise Wiki. Bug/feature request - Atlassian news - Contact administrators