]> granicus.if.org Git - php/commitdiff
Disable maximum execution time for tests.
authorSebastian Bergmann <sbergmann@php.net>
Wed, 21 Mar 2001 06:33:00 +0000 (06:33 +0000)
committerSebastian Bergmann <sbergmann@php.net>
Wed, 21 Mar 2001 06:33:00 +0000 (06:33 +0000)
run-tests.php

index 281cae4272970d6db998fba9897b6f0e1b1b4cd2..de1d505fcaeb69be7e783ce0f5bb5913ed150bb3 100755 (executable)
@@ -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);