Allow for specifying a time limit for tests
molovo opened this issue · 0 comments
molovo commented
There are occasions when tests can get stuck in an infinite loop. We should allow for a time limit for tests to be specified.
When the time limit is reached, the subprocess for the test will be killed, and the test marked as errored.
We can also specify an overall time limit for all tests, and cease execution when it is reached.