diff --git a/tests/frontend/specs/scroll.js b/tests/frontend/specs/scroll.js index 81f3a186..2cb7f809 100644 --- a/tests/frontend/specs/scroll.js +++ b/tests/frontend/specs/scroll.js @@ -82,7 +82,7 @@ describe('scroll when focus line is out of viewport', function () { // warning: even pressing up arrow, the caret does not change of position pressAndReleaseUpArrow(); done(); - }, 1000); + }, 2000); }); it('keeps the focus line scrolled 30% of the top of the viewport', function (done) {