aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'testrunner/lib_python_tests.py')
-rwxr-xr-xtestrunner/lib_python_tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testrunner/lib_python_tests.py b/testrunner/lib_python_tests.py
index 9081782cc7..9dafe82b79 100755
--- a/testrunner/lib_python_tests.py
+++ b/testrunner/lib_python_tests.py
@@ -14,7 +14,7 @@ os.environ['PYTEST_PLUGINS'] = ''
popen = subprocess.Popen(
[sys.executable, "pypy/test_all.py",
"--pypy=pypy/goal/pypy-c",
- "--timeout=3600",
+ "--timeout=1324", # make it easy to search for
"--duration=10",
"--resultlog=cpython.log", "lib-python",
] + sys.argv[1:],