[pypy-commit] buildbot default: Add a larger timeout to lib-python tests (same as for app tests)

bivab noreply at buildbot.pypy.org
Tue Oct 16 01:49:43 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: 
Changeset: r711:64a87dc4885f
Date: 2012-10-15 20:49 -0300
http://bitbucket.org/pypy/buildbot/changeset/64a87dc4885f/

Log:	Add a larger timeout to lib-python tests (same as for app tests)

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -325,7 +325,9 @@
             description="lib-python test",
             command=prefix + ["python", "pypy/test_all.py",
                      "--pypy=pypy/translator/goal/pypy-c",
+                     "--timeout=1800",
                      "--resultlog=cpython.log", "lib-python"],
+            timeout=4000,
             logfiles={'pytestLog': 'cpython.log'}))
 
     if pypyjit:


More information about the pypy-commit mailing list