I run my 700 unit tests in visual studio and they take less than 2 mins.
I also have Team Build set up to do a build and run my unit tests, which takes over 12 mins to run the same tests!
During my exploring of logs etc.. I've found this confusing info:
-If I open the MSTest .trx file (Visual Studio test results file) that was actually generated by Team Build on the server, it says the duration is about 2 mins.
-But when I view the Log from the build explorer, the log entry for unit tests (Run MSTest for Test Assemblies) shows the duration to be about 12 mins.
Anybody got any idea where the extra 10 mins have gone and perhaps more importantly is there something I can turn off to get them back?
TFS 2010, VS 2010.
Thanks, Mike G