[OpenLayers-Commits] r11490 -
sandbox/cmoullet/openlayers/tests/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Fri Feb 25 08:34:01 EST 2011
Author: cmoullet
Date: 2011-02-25 05:34:00 -0800 (Fri, 25 Feb 2011)
New Revision: 11490
Modified:
sandbox/cmoullet/openlayers/tests/Layer/GML.html
Log:
Fix Layer/GML.html unit tests
Modified: sandbox/cmoullet/openlayers/tests/Layer/GML.html
===================================================================
--- sandbox/cmoullet/openlayers/tests/Layer/GML.html 2011-02-25 13:10:37 UTC (rev 11489)
+++ sandbox/cmoullet/openlayers/tests/Layer/GML.html 2011-02-25 13:34:00 UTC (rev 11490)
@@ -37,8 +37,8 @@
var map = new OpenLayers.Map("map");
map.addLayer(layer);
map.zoomToMaxExtent();
- t.delay_call(1, function() {
- t.ok(true, "waited for 1s");
+ t.delay_call(3, function() {
+ t.ok(true, "waited for 3s");
});
}
More information about the Commits
mailing list