tests: increase timeout

This commit is contained in:
John McLear 2020-03-23 14:21:58 +00:00 committed by muxator
parent 7cf911c330
commit ee47bac7b0

View file

@ -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 // warning: even pressing up arrow, the caret does not change of position
pressAndReleaseUpArrow(); pressAndReleaseUpArrow();
done(); done();
}, 1000); }, 2000);
}); });
it('keeps the focus line scrolled 30% of the top of the viewport', function (done) { it('keeps the focus line scrolled 30% of the top of the viewport', function (done) {