summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorSebastian Bergmann <sbergmann@php.net>2001-03-21 06:33:00 +0000
committerSebastian Bergmann <sbergmann@php.net>2001-03-21 06:33:00 +0000
commitb132c3632511e28cce317ba9418f5d3b92ad3b23 (patch)
tree074c97bcdc391298c77ddbf6a55c3f59fcee508e /run-tests.php
parent3ec4aa11d1c63403afb013feb3c7dc1a0be12b2e (diff)
downloadphp-git-b132c3632511e28cce317ba9418f5d3b92ad3b23.tar.gz
Disable maximum execution time for tests.
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php1
1 files changed, 1 insertions, 0 deletions
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);