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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 22 16:10:34 CET 2010


Author: luke
Date: Mon Nov 22 16:10:34 2010
New Revision: 40473

URL: http://svn.erp5.org?rev=40473&view=rev
Log:
 - give half hour to run assertion on software

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=40473&r1=40472&r2=40473&view=diff
==============================================================================
--- erp5/trunk/utils/erp5.appliance.test/src/test.py [utf8] (original)
+++ erp5/trunk/utils/erp5.appliance.test/src/test.py [utf8] Mon Nov 22 16:10:34 2010
@@ -370,7 +370,7 @@ def run_once(config, software_path, inst
 
     # Assert software
     assert_command = [config.python, 'tests/assertSoftware.py']
-    callWithTimeout(assert_command, config, timeout=600, cwd=software_path)
+    callWithTimeout(assert_command, config, timeout=1800, cwd=software_path)
 
     # Create instance place
     if not os.path.exists(instance_path):




More information about the Erp5-report mailing list