diff options
author | kborchers <kris.borchers@gmail.com> | 2012-05-23 07:24:49 -0500 |
---|---|---|
committer | kborchers <kris.borchers@gmail.com> | 2012-05-23 07:24:49 -0500 |
commit | 474912313ad82f31092bc15194eb91e17647592e (patch) | |
tree | 9bc7389e9d77d0b8a7b05eaa255dbaf7ff369bbb /tests/unit/menu | |
parent | c275ebe09b967ab834646be9e0c73f2ff468bdac (diff) | |
download | jquery-ui-474912313ad82f31092bc15194eb91e17647592e.tar.gz jquery-ui-474912313ad82f31092bc15194eb91e17647592e.zip |
Menu Tests: Increase timeout on page up/down test
Diffstat (limited to 'tests/unit/menu')
-rw-r--r-- | tests/unit/menu/menu_events.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/menu/menu_events.js b/tests/unit/menu/menu_events.js index d3a0e1afb..ec3e7d3c4 100644 --- a/tests/unit/menu/menu_events.js +++ b/tests/unit/menu/menu_events.js @@ -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); |