Thanks to a library upgrade (easymock 2.2 -> 2.4), we’re having tests that have started locking up. I’d like to have a time out on individual tests, all of them. The idea is to identify the locked up tests – we’re currently guessing – and fix them.
Is this possible, preferably on a suite-wide level? We have 400 tests, doing this each method or even each class will be time consuming.
The suite tag can have the time-out attribute. This time-out will be used as default for all test methods.
This default time-out can than be overridden on a per test method basis.