NUnit Tests are running slower on TeamCity compared to locally
When running our NUnit tests locally from Visual Studio's Test Runner it takes about ~6 mins but on TeamCity it takes about 18-20 mins and sometimes goes into overtime as well.
The configuration of TeamCity is not accessible to us devs but to devops people. So, my question is how can we find out the root cause of this issue or ask questions to devops to resolve this.
Please sign in to leave a comment.
Hi Ibrahim,
we have several pointers in our documentation on how to handle builds behaving differently in teamcity than they do in your development environment. Take a look at this: https://confluence.jetbrains.com/display/TCD10/Common+Problems#CommonProblems-BuildworkslocallybutfailsormisbehavesinTeamCity
Also the point right below the linked one refers to slow builds (and testing is just another kind of build in this context), so you can check that as well.
Should you not be able to point out what the problem is, please follow this steps to report the issue: https://confluence.jetbrains.com/display/TCD10/Reporting+Issues#ReportingIssues-Slowness,HangingsandLowPerformance