[pypy-svn] r59213 - pypy/build/bot2/pypybuildbot

pedronis at codespeak.net pedronis at codespeak.net
Sat Oct 18 16:37:00 CEST 2008


Author: pedronis
Date: Sat Oct 18 16:36:59 2008
New Revision: 59213

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
try increasing timeout



Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Sat Oct 18 16:36:59 2008
@@ -91,6 +91,7 @@
                      "--config=~/machine_cfg.py",
                      "--root=pypy"],
             logfiles={'pytestLog': 'testrun.log'},
+            timeout = 2400,
             env={"PYTHONPATH": ['.']}))
 
 class PyPyTranslaledLibPythonTestFactory(factory.BuildFactory):



More information about the Pypy-commit mailing list