# HG changeset patch # User Xerxes R?nby # Date 1312305722 -7200 # Node ID 72b7c9af032c0ee35104424ba5d835e7ccb6355b # Parent c02bdc56dc6ec265c4b9dd65479806d9edf36336 Set max_builds=1 for natty-armv7l, parallel builds sometimes cause one of the builds to timeout. diff -r c02bdc56dc6e -r 72b7c9af032c icedtea/master.cfg --- a/icedtea/master.cfg Fri May 20 12:50:08 2011 +0200 +++ b/icedtea/master.cfg Tue Aug 02 19:22:02 2011 +0200 @@ -30,7 +30,7 @@ max_builds=3), BuildSlave("natty-armv7l", getpw("natty-armv7l"), - max_builds=2), + max_builds=1), BuildSlave("jaunty-ia32", getpw("jaunty-ia32"), max_builds=3),