[Erp5-report] r40606 luke - /erp5/trunk/utils/erp5.appliance.test/src/test.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 24 17:17:57 CET 2010


Author: luke
Date: Wed Nov 24 17:17:57 2010
New Revision: 40606

URL: http://svn.erp5.org?rev=40606&view=rev
Log:
 - tests are taking long time - give one hour to finish them

Modified:
    erp5/trunk/utils/erp5.appliance.test/src/test.py

Modified: erp5/trunk/utils/erp5.appliance.test/src/test.py
URL: http://svn.erp5.org/erp5/trunk/utils/erp5.appliance.test/src/test.py?rev=40606&r1=40605&r2=40606&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.appliance.test/src/test.py [utf8] (original)
+++ erp5/trunk/utils/erp5.appliance.test/src/test.py [utf8] Wed Nov 24 17:17:57 2010
@@ -365,7 +365,7 @@ def run_once28(config, software_path, in
     # Assert software
     assert_command = [os.path.join(software_path, 'bin', 'python2.4'),
         os.path.join('tests', 'assertSoftware.py')]
-    callWithTimeout(assert_command, config, timeout=1800, cwd=software_path)
+    callWithTimeout(assert_command, config, timeout=3600, cwd=software_path)
 
     # Create instance place
     if not os.path.exists(instance_path):




More information about the Erp5-report mailing list