Commit bf749ae4 authored by pookey's avatar pookey

setting execution time to 900 seconds

parent 54990422
<?php
ob_start();
ini_set('max_execution_time',900);
function autoload($class) {
if(strpos($class, 'TestCase') === false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment