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:
@@ -120,7 +120,7 @@
|
|||||||
|
|
||||||
//shown
|
//shown
|
||||||
t.open_window( "BaseTypes/Element.html", function( wnd ) {
|
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 elem = wnd.document.getElementById("elemID");
|
||||||
|
|
||||||
var dims = OpenLayers.Element.getDimensions(elem);
|
var dims = OpenLayers.Element.getDimensions(elem);
|
||||||
|
|||||||
Reference in New Issue
Block a user