From cca0552c39571246c984932310396d65e0a3af3a Mon Sep 17 00:00:00 2001 From: webzwo0i Date: Sat, 10 Oct 2020 20:05:20 +0200 Subject: [PATCH] increase timeout --- tests/frontend/specs/responsiveness.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/frontend/specs/responsiveness.js b/tests/frontend/specs/responsiveness.js index e8efde713..a4be6b2b2 100644 --- a/tests/frontend/specs/responsiveness.js +++ b/tests/frontend/specs/responsiveness.js @@ -17,6 +17,7 @@ describe('Responsiveness of Editor', function() { // create a new pad before each test run beforeEach(function(cb) { helper.newPad(cb); + this.timeout(60000) }); // JM commented out on 8th Sep 2020 for a release, after release this needs uncommenting // And the test needs to be fixed to work in Firefox 52 on Windows 7. I am not sure why it fails on this specific platform