[pypy-commit] extradoc extradoc: test a bit more

hakanardo noreply at buildbot.pypy.org
Sun Aug 12 16:11:44 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
Branch: extradoc
Changeset: r4525:13b55ffc6fd2
Date: 2012-08-12 15:50 +0200
http://bitbucket.org/pypy/extradoc/changeset/13b55ffc6fd2/

Log:	test a bit more

diff --git a/talk/iwtc11/benchmarks/test_scimark.py b/talk/iwtc11/benchmarks/test_scimark.py
--- a/talk/iwtc11/benchmarks/test_scimark.py
+++ b/talk/iwtc11/benchmarks/test_scimark.py
@@ -33,7 +33,7 @@
 def test_random():
     rnd_C = C.new_Random_seed(7)
     rnd_py = Random(7)
-    for i in range(100):
+    for i in range(100000):
         assert C.Random_nextDouble(rnd_C) == rnd_py.nextDouble()
  
 


More information about the pypy-commit mailing list