diff --git a/dev/TestRunner.php b/dev/TestRunner.php index ad96963fb..fa9742d24 100644 --- a/dev/TestRunner.php +++ b/dev/TestRunner.php @@ -132,6 +132,8 @@ class TestRunner extends Controller { } function runTests($classList, $coverage = false) { + ini_set('max_execution_time', 0); + $this->setUp(); // run tests before outputting anything to the client