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