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

fijal at codespeak.net fijal at codespeak.net
Thu Oct 16 11:42:21 CEST 2008


Author: fijal
Date: Thu Oct 16 11:42:19 2008
New Revision: 59128

Modified:
   pypy/build/bot2/pypybuildbot/builds.py
Log:
increase default timeout for builders (test)


Modified: pypy/build/bot2/pypybuildbot/builds.py
==============================================================================
--- pypy/build/bot2/pypybuildbot/builds.py	(original)
+++ pypy/build/bot2/pypybuildbot/builds.py	Thu Oct 16 11:42:19 2008
@@ -46,6 +46,7 @@
                  *a, **kw):
         kw['translationArgs'] = translationArgs
         kw['targetArgs'] = targetArgs
+        kw['timeout'] = 3600
         shell.ShellCommand.__init__(self, workdir, *a, **kw)
         self.command = (self.command + translationArgs +
                         [self.translationTarget] + targetArgs)



More information about the Pypy-commit mailing list