[pypy-svn] r63041 - pypy/build/bot2/pypybuildbot
pedronis at codespeak.net
pedronis at codespeak.net
Wed Mar 18 17:07:25 CET 2009
Author: pedronis
Date: Wed Mar 18 17:07:25 2009
New Revision: 63041
Modified:
pypy/build/bot2/pypybuildbot/builds.py
Log:
(iko, pedronis)
increase the timeout for our own test even more as a stop gap for now,
we will need to do something temporary for rsocket or it will take all the three hours
Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py (original)
+++ pypy/build/bot2/pypybuildbot/builds.py Wed Mar 18 17:07:25 2009
@@ -102,7 +102,7 @@
"--logfile=testrun.log",
"--config=pypy/testrunner_cfg.py",
"--config=~/machine_cfg.py",
- "--root=pypy", "--timeout=3600"],
+ "--root=pypy", "--timeout=10800"],
logfiles={'pytestLog': 'testrun.log'},
timeout = 4000,
env={"PYTHONPATH": ['.']}))
More information about the Pypy-commit
mailing list