Skip to content

Commit 1360edc

Browse files
committed
Updated test
1 parent c8ea9cf commit 1360edc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/module/importAbbyy.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,14 @@ describe('Check that font style is detected for Abbyy xml imports.', function ()
164164
}).timeout(120000);
165165

166166
describe('Check Abbyy XML table import.', function () {
167-
this.timeout(10000);
167+
this.timeout(20000);
168168

169169
it('Should import Abbyy XML with PDF document', async () => {
170170
await scribe.importFiles([`${ASSETS_PATH_KARMA}/border_patrol_tables.pdf`,
171171
`${ASSETS_PATH_KARMA}/border_patrol_tables_Abbyy.xml`]);
172172

173173
assert.isTrue(scribe.data.ocr.active[0].lines.length > 0);
174-
}).timeout(10000);
174+
}).timeout(20000);
175175

176176
it('Should correctly import table structures from Abbyy XML', async () => {
177177
assert.isTrue(scribe.data.layoutDataTables.pages[0].tables.length === 1);

0 commit comments

Comments
 (0)