How to Limit Test Time in Django’s Test Framework

How to Limit Test Time in Django’s Test Framework

Articles

Adam Johnson shows us how to implement a test time limit that automatically fails any long-running tests.