Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r585:0300a30690f6
Date: 2011-08-27 10:27 +0200
http://bitbucket.org/pypy/buildbot/changeset/0300a30690f6/

Log:    Increase the timeout from 3600 to 5400. Trying to see if waiting a
        little bit more is enough for the OS/X 64 buildslave...

diff --git a/bot2/pypybuildbot/builds.py b/bot2/pypybuildbot/builds.py
--- a/bot2/pypybuildbot/builds.py
+++ b/bot2/pypybuildbot/builds.py
@@ -83,7 +83,7 @@
         add_args = {'translationArgs': translationArgs,
                     'targetArgs': targetArgs,
                     'interpreter': interpreter}
-        kw['timeout'] = 3600
+        kw['timeout'] = 5400
         ShellCmd.__init__(self, workdir, *a, **kw)
         self.addFactoryArguments(**add_args)
         self.command = ([interpreter] + self.command + translationArgs +
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to