Author: Matti Picus <[email protected]>
Branch: 
Changeset: r95208:92acfaf3e806
Date: 2018-10-12 15:38 +0300
http://bitbucket.org/pypy/pypy/changeset/92acfaf3e806/

Log:    record test durations - why is win32 so slow?

diff --git a/testrunner/lib_python_tests.py b/testrunner/lib_python_tests.py
--- a/testrunner/lib_python_tests.py
+++ b/testrunner/lib_python_tests.py
@@ -15,6 +15,7 @@
     [sys.executable, "pypy/test_all.py",
      "--pypy=pypy/goal/pypy-c",
      "--timeout=3600",
+     "--duration=10",
      "--resultlog=cpython.log", "lib-python",
      ] + sys.argv[1:],
     cwd=rootdir)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to