From ee47bac7b0a82cdb0c668e67c5d195cf4e40dd98 Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 23 Mar 2020 14:21:58 +0000 Subject: [PATCH] tests: increase timeout --- tests/frontend/specs/scroll.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend/specs/scroll.js b/tests/frontend/specs/scroll.js index 81f3a1863..2cb7f8093 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) {