aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)