This page last changed on Nov 22, 2005 by orogers.

Timeout Configuration

All source control blocks allow you to specify a timeout for operations. 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>
Document generated by Confluence on Jun 21, 2007 10:33