setting execution time to 900 seconds
This commit is contained in:
parent
549904224a
commit
bf749ae434
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
ob_start();
|
||||
|
||||
ini_set('max_execution_time',900);
|
||||
|
||||
function autoload($class) {
|
||||
if(strpos($class, 'TestCase') === false)
|
||||
|
Loading…
Reference in New Issue
Block a user