Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
reduce focus test timeout to avoid testswarm timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Jul 24, 2012
1 parent 8b3b1de commit d399da0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit/select/select_core.js
Expand Up @@ -191,7 +191,6 @@
},

function() {
console.log( document.activeElement );
ok( $( document.activeElement ).parents( "#select-choice-menu-focus-test-menu" ).length > 0, "item in open select menu (" + menu.length + ") has focus" );
$(".ui-popup-screen:not(.ui-screen-hidden)").trigger( "click" );
},
Expand Down Expand Up @@ -229,7 +228,7 @@
ok(triggered, "focus is triggered");
start();
}
], 5000);
], 1500);
});

asyncTest( "selected items are highlighted", function(){
Expand Down

0 comments on commit d399da0

Please sign in to comment.