mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 07:56:16 -04:00
MS
This commit is contained in:
parent
843dd927ce
commit
1dc4a2acf5
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue