[pypy-svn] r14143 - pypy/branch/dist-2.4.1/lib-python/modified-2.4.1/test

ac at codespeak.net ac at codespeak.net
Sun Jul 3 15:51:08 CEST 2005


Author: ac
Date: Sun Jul  3 15:51:07 2005
New Revision: 14143

Added:
   pypy/branch/dist-2.4.1/lib-python/modified-2.4.1/test/test_mutants.py
      - copied, changed from r14133, pypy/branch/dist-2.4.1/lib-python/2.4.1/test/test_mutants.py
Log:
Make test_mutans not time out.

Copied: pypy/branch/dist-2.4.1/lib-python/modified-2.4.1/test/test_mutants.py (from r14133, pypy/branch/dist-2.4.1/lib-python/2.4.1/test/test_mutants.py)
==============================================================================
--- pypy/branch/dist-2.4.1/lib-python/2.4.1/test/test_mutants.py	(original)
+++ pypy/branch/dist-2.4.1/lib-python/modified-2.4.1/test/test_mutants.py	Sun Jul  3 15:51:07 2005
@@ -151,7 +151,7 @@
         test_one(random.randrange(1, 100))
 
 # See last comment block for clues about good values for n.
-test(100)
+test(20)
 
 ##########################################################################
 # Another segfault bug, distilled by Michael Hudson from a c.l.py post.



More information about the Pypy-commit mailing list