[Erp5-report] r42651 ivan - /erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Jan 25 14:12:32 CET 2011


Author: ivan
Date: Tue Jan 25 14:12:31 2011
New Revision: 42651

URL: http://svn.erp5.org?rev=42651&view=rev
Log:
Increase twice timeout.

Modified:
    erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

Modified: erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py?rev=42651&r1=42650&r2=42651&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] Tue Jan 25 14:12:31 2011
@@ -136,7 +136,7 @@ class FunctionalTestRunner:
     # Try to use long timeout, this is needed when there is many
     # activities runing
     try:
-      f = urllib2.urlopen(request, timeout=7200)
+      f = urllib2.urlopen(request, timeout=3600*4)
     except TypeError:
       f = urllib2.urlopen(request)
     file_content = f.read()



More information about the Erp5-report mailing list