diff options
author | Matti Picus <matti.picus@gmail.com> | 2018-10-12 15:38:12 +0300 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2018-10-12 15:38:12 +0300 |
commit | a87f49e5d3c7513b0323f1cc0b4290ade03c2c06 (patch) | |
tree | 5ce2c15cd1127526997992065ed7171440d41f77 /testrunner | |
parent | move include before declaration (diff) | |
download | pypy-a87f49e5d3c7513b0323f1cc0b4290ade03c2c06.tar.gz pypy-a87f49e5d3c7513b0323f1cc0b4290ade03c2c06.tar.bz2 pypy-a87f49e5d3c7513b0323f1cc0b4290ade03c2c06.zip |
record test durations - why is win32 so slow?
Diffstat (limited to 'testrunner')
-rwxr-xr-x | testrunner/lib_python_tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testrunner/lib_python_tests.py b/testrunner/lib_python_tests.py index 6ffd2a6a53..9081782cc7 100755 --- a/testrunner/lib_python_tests.py +++ b/testrunner/lib_python_tests.py @@ -15,6 +15,7 @@ popen = subprocess.Popen( [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) |