Menu Tests: Increase timeout on page up/down test

This commit is contained in:
kborchers 2012-05-23 07:24:49 -05:00
parent c275ebe09b
commit 474912313a

View File

@ -584,7 +584,7 @@ asyncTest("handle page up and page down before the menu has focus", function() {
element.simulate( "keydown", { keyCode: $.ui.keyCode.PAGE_UP } );
equal( $("#log").html(), "0,0,keydown,", "Page Up and Page Down bring initial focus to first item");
start();
}, 350);
}, 500);
});
})(jQuery);