Double timeout for corpus statistics
Change-Id: I30a6955478190c208b554d8bbe901923f5763251
diff --git a/test/korap-ui.js b/test/korap-ui.js
index 708d012..a379a0d 100644
--- a/test/korap-ui.js
+++ b/test/korap-ui.js
@@ -103,7 +103,7 @@
console.log(`Found ${tokenCount} tokens in corpus, minimum required: ${KORAP_MIN_TOKENS_IN_CORPUS}`);
tokenCount.should.be.above(KORAP_MIN_TOKENS_IN_CORPUS - 1,
`Corpus should have at least ${KORAP_MIN_TOKENS_IN_CORPUS} tokens, but found ${tokenCount}`);
- })).timeout(25000)
+ })).timeout(50000)
describe('Running searches that should have hits', () => {