diff options
| author | Sebastian Bergmann <sbergmann@php.net> | 2001-03-21 06:33:00 +0000 |
|---|---|---|
| committer | Sebastian Bergmann <sbergmann@php.net> | 2001-03-21 06:33:00 +0000 |
| commit | b132c3632511e28cce317ba9418f5d3b92ad3b23 (patch) | |
| tree | 074c97bcdc391298c77ddbf6a55c3f59fcee508e /run-tests.php | |
| parent | 3ec4aa11d1c63403afb013feb3c7dc1a0be12b2e (diff) | |
| download | php-git-b132c3632511e28cce317ba9418f5d3b92ad3b23.tar.gz | |
Disable maximum execution time for tests.
Diffstat (limited to 'run-tests.php')
| -rwxr-xr-x | run-tests.php | 1 |
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); |
