Skip to content

Commit

Permalink
Increasing the timeout for the pause pseudo; it's failing for me inte…
Browse files Browse the repository at this point in the history
…rmittently in automated test (firefox).
  • Loading branch information
anutron committed Oct 14, 2011
1 parent cf2436e commit 7065c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Specs/1.3/Class/Events.Pseudos.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('Events.Pseudos', function(){
expect(fn.callCount).toEqual(1);
});

waits(300);
waits(400);

runs(function(){
// the delayed event should have fired
Expand Down

0 comments on commit 7065c9a

Please sign in to comment.