From 35cccba2324b346070a06a1c08a1d89a976cef84 Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Thu, 7 Feb 2013 11:27:58 +0100
Subject: [PATCH] use less test suite per node to keep disk space

---
 product/ERP5/Document/ERP5ProjectUnitTestDistributor.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/Document/ERP5ProjectUnitTestDistributor.py b/product/ERP5/Document/ERP5ProjectUnitTestDistributor.py
index 0d2cfd13d4..4fa1012f35 100644
--- a/product/ERP5/Document/ERP5ProjectUnitTestDistributor.py
+++ b/product/ERP5/Document/ERP5ProjectUnitTestDistributor.py
@@ -37,7 +37,7 @@ import string
 from zLOG import LOG,INFO,ERROR
 from AccessControl import ClassSecurityInfo
 from Products.ERP5Type import Permissions
-TEST_SUITE_MAX = 4  
+TEST_SUITE_MAX = 3
 # Depending on the test suite priority, we will affect
 # more or less cores
 PRIORITY_MAPPING =  {
@@ -307,4 +307,4 @@ class ERP5ProjectUnitTestDistributor(XMLObject):
     portal = self.getPortalObject()
     test_result = portal.unrestrictedTraverse(test_path)
     test_suite_title = test_result.getTitle()
-    return portal.portal_task_distribution_tool.stopUnitTest(self,test_path,status_dict)
\ No newline at end of file
+    return portal.portal_task_distribution_tool.stopUnitTest(self,test_path,status_dict)
-- 
2.30.9