[OpenLayers-Commits] r11497 - sandbox/cmoullet/openlayers/tests/Layer

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Fri Feb 25 08:47:22 EST 2011


Author: cmoullet
Date: 2011-02-25 05:47:21 -0800 (Fri, 25 Feb 2011)
New Revision: 11497

Modified:
   sandbox/cmoullet/openlayers/tests/Layer/Image.html
Log:
Extend delay

Modified: sandbox/cmoullet/openlayers/tests/Layer/Image.html
===================================================================
--- sandbox/cmoullet/openlayers/tests/Layer/Image.html	2011-02-25 13:45:19 UTC (rev 11496)
+++ sandbox/cmoullet/openlayers/tests/Layer/Image.html	2011-02-25 13:47:21 UTC (rev 11497)
@@ -146,7 +146,7 @@
             delay = true;
         });
 
-        t.delay_call(3,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