Author: Matti Picus <[email protected]>
Branch:
Changeset: r98386:4824f6da985b
Date: 2019-12-24 16:24 +0200
http://bitbucket.org/pypy/pypy/changeset/4824f6da985b/
Log: shorten timeout to help s390x tests finish faster. We should also
fix the failures
diff --git a/testrunner/lib_python_tests.py b/testrunner/lib_python_tests.py
--- a/testrunner/lib_python_tests.py
+++ b/testrunner/lib_python_tests.py
@@ -14,7 +14,7 @@
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:],
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit