Author: Matti Picus <matti.pi...@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)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to