longer timeout to avoid failing test on slow machines

git-svn-id: http://svn.openlayers.org/trunk/openlayers@9934 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
ahocevar
2010-01-06 16:46:53 +00:00
parent bae2fa59ed
commit 8a74ad8ed5

View File

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