Is there a good way to add a test execution timeout for each test in Minitest?

Or should I just override `#run`?

Comments