I've got a CCNet build script that runs fine, with the exception of every now and then an MSBuild task times out. I've gone in and increased the timeouts from 600 to 900 to 1200. No dice, so I'm lead to believe it has something to do with what MSBuild is building; a big old web application project. I've looked on the google for any indication of issue here, but have turned up nothing.
Has anyone experienced this problem before? More generally, what steps do you take to diagnose a timeout in CCNet?