Bump up the timeout on layer/gml test timeout for better testing on slower

devices.


git-svn-id: http://svn.openlayers.org/trunk/openlayers@11648 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
crschmidt
2011-03-07 11:22:44 +00:00
parent d3f5100327
commit 89ea2f4ee2

View File

@@ -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");
});
}