Have your ever had a timeout error in a visual studio 2012 unit test like below?
How to get around this problem is to modify your unit testing app.config file to increase the “CommandTimeout” setting to the desired period of time (in seconds) see below:-
Run the test again and your will notice the test shout pass (or give your another error) #
Thanks for reading!
Andrew