diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-12-24 16:24:50 +0200 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2019-12-24 16:24:50 +0200 |
commit | 698b58ed162ea808ea0233d4c7d164d4bb6f5819 (patch) | |
tree | ad3188776507ac6d7394ad1a3c643b8fc3048b7f /testrunner | |
parent | document merged branch (diff) | |
download | pypy-698b58ed162ea808ea0233d4c7d164d4bb6f5819.tar.gz pypy-698b58ed162ea808ea0233d4c7d164d4bb6f5819.tar.bz2 pypy-698b58ed162ea808ea0233d4c7d164d4bb6f5819.zip |
shorten timeout to help s390x tests finish faster. We should also fix the failures
Diffstat (limited to 'testrunner')
-rwxr-xr-x | testrunner/lib_python_tests.py | 2 |
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:], |