Reputation: 61512
Is there a nice and simple way to get NUnit to kill a test that takes more than a specified amount of time?
Ideally it would not only kill the app domain in which the test was running, but also any child processes the test started.
Upvotes: 6
Views: 1834