From b132c3632511e28cce317ba9418f5d3b92ad3b23 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 21 Mar 2001 06:33:00 +0000 Subject: [PATCH] Disable maximum execution time for tests. --- run-tests.php | 1 + 1 file changed, 1 insertion(+) 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); -- 2.50.1