From 58f0000ed49c3373e624097cc40659fe4fa3a8a9 Mon Sep 17 00:00:00 2001 From: John McLear Date: Mon, 15 Mar 2021 15:34:14 +0000 Subject: [PATCH] Update responsiveness.js --- src/tests/frontend/specs/responsiveness.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tests/frontend/specs/responsiveness.js b/src/tests/frontend/specs/responsiveness.js index 47a3ac66f..916d9d29c 100644 --- a/src/tests/frontend/specs/responsiveness.js +++ b/src/tests/frontend/specs/responsiveness.js @@ -8,11 +8,11 @@ describe('Responsiveness of Editor', function () { // create a new pad before each test run beforeEach(function (cb) { helper.newPad(cb, 'TEST_PAD_collab'); - this.timeout(120000); + this.timeout(1200000); }); it('Fast response to keypress in pad with large amount of contents', async function () { - this.timeout(120000); + this.timeout(1200000); if (top.window.location.search.indexOf('&collab=true') === -1) this.skip(); const numberOfEdits = 3000; // creates 700+ lines const allowableLatency = 100; // allow 100 ms of latency to see our edit