aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2018-10-12 15:39:24 +0300
committerMatti Picus <matti.picus@gmail.com>2018-10-12 15:39:24 +0300
commitc0ab1f89bd26cb6d8e99cff7a5c4973a31229a54 (patch)
treed09170e928772685c95039f18ca1f1b9e80bb112 /testrunner
parentupdate nt scheme from cpython (diff)
parentrecord test durations - why is win32 so slow? (diff)
downloadpypy-c0ab1f89bd26cb6d8e99cff7a5c4973a31229a54.tar.gz
pypy-c0ab1f89bd26cb6d8e99cff7a5c4973a31229a54.tar.bz2
pypy-c0ab1f89bd26cb6d8e99cff7a5c4973a31229a54.zip
merge default into branch
Diffstat (limited to 'testrunner')
-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 4ec0c20616..7977678d0d 100755
--- a/testrunner/lib_python_tests.py
+++ b/testrunner/lib_python_tests.py
@@ -21,6 +21,7 @@ popen = subprocess.Popen(
pypyopt,
"--timeout=3600",
"-rs",
+ "--duration=10",
"--resultlog=cpython.log", "lib-python",
] + sys.argv[1:],
cwd=rootdir)