From: ggiunta Date: Wed, 5 Aug 2009 09:57:18 +0000 (+0000) Subject: - remove spurious php timeout X-Git-Tag: 3.0.0-beta~11 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=61bf7d4cf055db33507c3e14472254ea6984e001 - remove spurious php timeout git-svn-id: https://svn.code.sf.net/p/phpxmlrpc/code/trunk/xmlrpc@47 013ecfd8-0664-425d-a759-9c98391dc3f9 --- diff --git a/test/benchmark.php b/test/benchmark.php index f320146..1c41ab7 100644 --- a/test/benchmark.php +++ b/test/benchmark.php @@ -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');