[pypy-commit] pypy py3.5: merge default into branch

mattip pypy.commits at gmail.com
Fri Oct 12 08:40:20 EDT 2018


Author: Matti Picus <matti.picus at gmail.com>
Branch: py3.5
Changeset: r95209:16a9478214da
Date: 2018-10-12 15:39 +0300
http://bitbucket.org/pypy/pypy/changeset/16a9478214da/

Log:	merge default into branch

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
@@ -21,6 +21,7 @@
      pypyopt,
      "--timeout=3600",
      "-rs",
+     "--duration=10",
      "--resultlog=cpython.log", "lib-python",
      ] + sys.argv[1:],
     cwd=rootdir)


More information about the pypy-commit mailing list