From 5550912d81fb63a78ce2af429ae0ae15ad5674ce Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 15 Mar 2021 13:12:11 +0000 Subject: [PATCH] testing more edits... --- src/tests/frontend/specs/responsiveness.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/frontend/specs/responsiveness.js b/src/tests/frontend/specs/responsiveness.js index 74a5ed90c..b5eea63d4 100644 --- a/src/tests/frontend/specs/responsiveness.js +++ b/src/tests/frontend/specs/responsiveness.js @@ -14,7 +14,7 @@ describe('Responsiveness of Editor', function () { it('Fast response to keypress in pad with large amount of contents', async function () { this.timeout(999999999); if (top.window.location.search.indexOf('&collab=true') === -1) this.skip(); - const numberOfEdits = 3000; // creates ~700 lines + const numberOfEdits = 5000; // creates ~700 lines // wait a minute for everyone to connect, this is skipped if &test=true is in the url // so that it's easier to do local debug/testing without lots of users connected