- remove spurious php timeout
authorggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Wed, 5 Aug 2009 09:57:18 +0000 (09:57 +0000)
committerggiunta <ggiunta@013ecfd8-0664-425d-a759-9c98391dc3f9>
Wed, 5 Aug 2009 09:57:18 +0000 (09:57 +0000)
git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@47 013ecfd8-0664-425d-a759-9c98391dc3f9

test/benchmark.php

index f320146..1c41ab7 100644 (file)
@@ -8,7 +8,7 @@
  *
  * @todo add a test for response ok in call testing?
  **/
-ini_set('max_execution_time', 300);
+
        include(getcwd().'/parse_args.php');
 
        require_once('xmlrpc.inc');