From 1dc4a2acf52af69dc67c7a4eccc34c73f6443b33 Mon Sep 17 00:00:00 2001 From: John McLear Date: Thu, 28 Jan 2021 23:07:20 +0000 Subject: [PATCH] MS --- tests/backend/specs/api/importexportGetPost.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/backend/specs/api/importexportGetPost.js b/tests/backend/specs/api/importexportGetPost.js index 7520c7fca..e8fc71e55 100644 --- a/tests/backend/specs/api/importexportGetPost.js +++ b/tests/backend/specs/api/importexportGetPost.js @@ -137,7 +137,7 @@ describe(__filename, function () { // For some reason word import does not work in testing.. // TODO: fix support for .doc files.. it('Tries to import .doc that uses soffice or abiword', async function () { - this.timeout(3000); + this.timeout(5000); await agent.post(`/p/${testPadId}/import`) .attach('file', wordDoc, {filename: '/test.doc', contentType: 'application/msword'}) .expect(200)