Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r240:0a23ff34c542
Date: 2013-06-22 19:33 +0200
http://bitbucket.org/pypy/stmgc/changeset/0a23ff34c542/

Log:    Next issue

diff --git a/c4/test/test_random.py b/c4/test/test_random.py
--- a/c4/test/test_random.py
+++ b/c4/test/test_random.py
@@ -522,4 +522,4 @@
 def test_more_multi_thread():
     #py.test.skip("more random tests")
     for i in range(200):
-        yield test_multi_thread, 1624 + i
+        yield test_multi_thread, (3311//2) + i
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to