When configuring the SVN sourcecontrol for my project, I try to set a timeout value of 40 minutes (using the Unit & Duration UI fields).
This is what it saves to XML:
<sourcecontrol type="svn">
<trunkUrl>svn://myrepo/trunk</trunkUrl>
<workingDirectory>e:\svn\trunk</workingDirectory>
<username>*****</username>
<password>******f</password>
<timeout unit="Minutes"/>
</sourcecontrol>
IOW, the timeout value is missing. If I try to use the Default units and just specify the duration the timeout element is simply empty:
<timeout />
No files are attached