From 26adf807073c2bb2a76c1ad1beaaa2dac8d4180d Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Fri, 28 Aug 2020 04:58:05 +0200 Subject: [PATCH] does this still kill ff52 on win7? --- tests/frontend/specs/responsiveness.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/frontend/specs/responsiveness.js b/tests/frontend/specs/responsiveness.js index c740822f7..54a707da8 100644 --- a/tests/frontend/specs/responsiveness.js +++ b/tests/frontend/specs/responsiveness.js @@ -23,7 +23,7 @@ describe('Responsiveness of Editor', function() { it('Fast response to keypress in pad with large amount of contents', function(done) { var inner$ = helper.padInner$; var chars = '0000000000'; // row of placeholder chars - var amount = 200000; //number of blocks of chars we will insert + var amount = 20000; //number of blocks of chars we will insert var length = (amount * (chars.length) +1); // include a counter for each space var text = ''; // the text we're gonna insert this.timeout(amount * 100);