[OpenLayers-Commits] r11648 - trunk/openlayers/tests/Layer
commits-20090109 at openlayers.org
commits-20090109 at openlayers.org
Mon Mar 7 06:22:45 EST 2011
Author: crschmidt
Date: 2011-03-07 03:22:44 -0800 (Mon, 07 Mar 2011)
New Revision: 11648
Modified:
trunk/openlayers/tests/Layer/GML.html
Log:
Bump up the timeout on layer/gml test timeout for better testing on slower
devices.
Modified: trunk/openlayers/tests/Layer/GML.html
===================================================================
--- trunk/openlayers/tests/Layer/GML.html 2011-03-07 11:21:32 UTC (rev 11647)
+++ trunk/openlayers/tests/Layer/GML.html 2011-03-07 11:22:44 UTC (rev 11648)
@@ -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