Author: David Schneider <[email protected]>
Branch:
Changeset: r714:167c1d7fb744
Date: 2012-10-29 11:12 +0100
http://bitbucket.org/pypy/buildbot/changeset/167c1d7fb744/
Log: further increase the timeout for translated tests
diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -314,7 +314,7 @@
command=prefix + ["python", "testrunner/runner.py",
"--logfile=pytest-A.log",
"--config=pypy/pytest-A.cfg",
- "--root=pypy", "--timeout=1800"
+ "--root=pypy", "--timeout=3600"
] + ["--config=%s" % cfg for cfg in app_tests],
logfiles={'pytestLog': 'pytest-A.log'},
timeout=4000,
@@ -325,7 +325,7 @@
description="lib-python test",
command=prefix + ["python", "pypy/test_all.py",
"--pypy=pypy/translator/goal/pypy-c",
- "--timeout=1800",
+ "--timeout=3600",
"--resultlog=cpython.log", "lib-python"],
timeout=4000,
logfiles={'pytestLog': 'cpython.log'}))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit