aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2018-10-12 15:38:12 +0300
committerMatti Picus <matti.picus@gmail.com>2018-10-12 15:38:12 +0300
commita87f49e5d3c7513b0323f1cc0b4290ade03c2c06 (patch)
tree5ce2c15cd1127526997992065ed7171440d41f77 /testrunner/lib_python_tests.py
parentmove include before declaration (diff)
downloadpypy-a87f49e5d3c7513b0323f1cc0b4290ade03c2c06.tar.gz
pypy-a87f49e5d3c7513b0323f1cc0b4290ade03c2c06.tar.bz2
pypy-a87f49e5d3c7513b0323f1cc0b4290ade03c2c06.zip
record test durations - why is win32 so slow?
Diffstat (limited to 'testrunner/lib_python_tests.py')
-rwxr-xr-xtestrunner/lib_python_tests.py1
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)