diff --git a/spec/javascripts/stream-spec.js b/spec/javascripts/stream-spec.js index 50d0c9c8b..23c5a6f8e 100644 --- a/spec/javascripts/stream-spec.js +++ b/spec/javascripts/stream-spec.js @@ -51,7 +51,7 @@ describe("Stream", function() { Stream.toggleComments.call( link, {preventDefault: function(){} } ); - jasmine.Clock.tick(400); + jasmine.Clock.tick(200); expect(link.text()).toEqual("comments.hide pl"); }); });