No execution time limit on test runner

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@65530 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sam Minnee 2008-11-10 05:06:23 +00:00
parent 58dbe416ee
commit 69d9521778

View File

@ -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