From 8a74ad8ed5cce74a056f0d0b12bcb8b884f45669 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 6 Jan 2010 16:46:53 +0000 Subject: [PATCH] longer timeout to avoid failing test on slow machines git-svn-id: http://svn.openlayers.org/trunk/openlayers@9934 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- tests/BaseTypes/Element.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BaseTypes/Element.html b/tests/BaseTypes/Element.html index fa596785f6..8a5a1abc40 100644 --- a/tests/BaseTypes/Element.html +++ b/tests/BaseTypes/Element.html @@ -120,7 +120,7 @@ //shown t.open_window( "BaseTypes/Element.html", function( wnd ) { - t.delay_call(1, function() { + t.delay_call(3, function() { var elem = wnd.document.getElementById("elemID"); var dims = OpenLayers.Element.getDimensions(elem);