diff options
author | 2018-10-12 15:39:24 +0300 | |
---|---|---|
committer | 2018-10-12 15:39:24 +0300 | |
commit | c0ab1f89bd26cb6d8e99cff7a5c4973a31229a54 (patch) | |
tree | d09170e928772685c95039f18ca1f1b9e80bb112 /testrunner | |
parent | update nt scheme from cpython (diff) | |
parent | record test durations - why is win32 so slow? (diff) | |
download | pypy-c0ab1f89bd26cb6d8e99cff7a5c4973a31229a54.tar.gz pypy-c0ab1f89bd26cb6d8e99cff7a5c4973a31229a54.tar.bz2 pypy-c0ab1f89bd26cb6d8e99cff7a5c4973a31229a54.zip |
merge default into branch
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 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) |