[Erp5-report] r32225 jerome - /erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Feb 3 12:33:37 CET 2010


Author: jerome
Date: Wed Feb  3 12:33:36 2010
New Revision: 32225

URL: http://svn.erp5.org?rev=32225&view=rev
Log:
Increase firefox timeout before warning for unresponsive script

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=32225&r1=32224&r2=32225&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] (original)
+++ erp5/trunk/products/ERP5Type/tests/runFunctionalTest.py [utf8] Wed Feb  3 12:33:36 2010
@@ -210,6 +210,9 @@
 // Disable "do you want to remember this password?"
 user_pref("signon.rememberSignons", false);
 
+// increase the timeout before warning of unresponsive script
+user_pref("dom.max_script_run_time", 120);
+
 // Make sure we do not use cache
 user_pref("browser.cache.check_doc_frequency", 1);
 user_pref("network.http.use-cache", false);




More information about the Erp5-report mailing list