We are using Visual Studio 2008.
We have a solution with ca. 1000 tests. We run the tests from a script which produces a trx file.
Two of our tests timeout, due to what looks like a database lock. When we run the tests alone, they run fine.
How can we findout which tests were run just before the ones that are getting the timeout?