Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r915:3c03276b825f
Date: 2014-08-31 23:07 +0200
http://bitbucket.org/pypy/buildbot/changeset/3c03276b825f/

Log:    increase the timeout even more

diff --git a/bot2/pypybuildbot/arm_master.py b/bot2/pypybuildbot/arm_master.py
--- a/bot2/pypybuildbot/arm_master.py
+++ b/bot2/pypybuildbot/arm_master.py
@@ -15,7 +15,7 @@
                             "jit/backend/llsupport",
                             "jit/backend/test",  # kill this one in case it is 
too slow
                             ]),
-        timeout=6 * 3600)
+        timeout=36000)
 pypyJitOnlyOwnTestFactoryARM = pypybuilds.Own(cherrypick="jit", timeout=2 * 
3600)
 pypyOwnTestFactoryARM = pypybuilds.Own(timeout=2 * 3600)
 
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to