From: Sebastian Bergmann Date: Wed, 21 Mar 2001 06:33:00 +0000 (+0000) Subject: Disable maximum execution time for tests. X-Git-Tag: php-4.0.6RC1~620 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b132c3632511e28cce317ba9418f5d3b92ad3b23;p=php Disable maximum execution time for tests. --- diff --git a/run-tests.php b/run-tests.php index 281cae4272..de1d505fca 100755 --- a/run-tests.php +++ b/run-tests.php @@ -25,6 +25,7 @@ * - do not test PEAR components if base class and/or component class cannot be instanciated */ +set_time_limit(0); ob_implicit_flush(); define('TEST_PASSED', 0);