We are use TFS 2010 for building java maven project (Team Price build extension). We have issue with performance when runing JUnit tests under TFS via Maven it takes more than 4 hours. When we execute tests from console on build agent machine it takes 17 minutes.
How we can improve performance of tests execution under TFS?
The root cause of problem was writing maven console log to file by TFS. I minimized amount of log information. Now performance is OK.