From 89ea2f4ee2aa60e4c5ba12ae4b7ddcc4e90aead9 Mon Sep 17 00:00:00 2001 From: crschmidt Date: Mon, 7 Mar 2011 11:22:44 +0000 Subject: [PATCH] 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 --- tests/Layer/GML.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Layer/GML.html b/tests/Layer/GML.html index 83ad4dbf0e..3a4b2d90d7 100644 --- a/tests/Layer/GML.html +++ b/tests/Layer/GML.html @@ -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"); }); }