[OpenLayers-Commits] r11531 - trunk/openlayers/tests/Layer

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Fri Feb 25 11:44:42 EST 2011


Author: fredj
Date: 2011-02-25 08:44:40 -0800 (Fri, 25 Feb 2011)
New Revision: 11531

Modified:
   trunk/openlayers/tests/Layer/Image.html
Log:
increase delay for slow browser. (closes #3121)

Modified: trunk/openlayers/tests/Layer/Image.html
===================================================================
--- trunk/openlayers/tests/Layer/Image.html	2011-02-25 16:40:19 UTC (rev 11530)
+++ trunk/openlayers/tests/Layer/Image.html	2011-02-25 16:44:40 UTC (rev 11531)
@@ -146,7 +146,7 @@
             delay = true;
         });
 
-        t.delay_call(0.4,function() {
+        t.delay_call(5, function() {
             t.eq(delay, true, "registered for loadend");
             t.eq(layer.tile.isLoading, false, "loadend triggered after tile is loaded");
             map.destroy(); //tear down



More information about the Commits mailing list