Revision: 5150
http://htmlunit.svn.sourceforge.net/htmlunit/?rev=5150&view=revAuthor: mguillem
Date: 2009-11-02 13:04:10 +0000 (Mon, 02 Nov 2009)
Log Message:
-----------
try to augment what dojo test considers as a timeout as the build server is quite slow (1000 -> 2000)
Modified Paths:
--------------
trunk/htmlunit/src/test/resources/dojo/1.0.2/util/doh/runner.js
Modified: trunk/htmlunit/src/test/resources/dojo/1.0.2/util/doh/runner.js
===================================================================
--- trunk/htmlunit/src/test/resources/dojo/1.0.2/util/doh/runner.js 2009-11-02 12:16:40 UTC (rev 5149)
+++ trunk/htmlunit/src/test/resources/dojo/1.0.2/util/doh/runner.js 2009-11-02 13:04:10 UTC (rev 5150)
@@ -679,7 +679,7 @@
// ret.cancel();
// retEnd();
ret.errback(new Error("test timeout in "+fixture.name.toString()));
- }, fixture["timeout"]||1000);
+ }, fixture["timeout"]||2000);
ret.addBoth(function(arg){
clearTimeout(timer);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference_______________________________________________
HtmlUnit-develop mailing list
HtmlUnit-develop@...
https://lists.sourceforge.net/lists/listinfo/htmlunit-develop