From 8f3524fada61c57d520c07b1e586f42817e4ca0f Mon Sep 17 00:00:00 2001 From: Zeyphros Date: Sat, 15 Apr 2023 22:23:54 +0200 Subject: [PATCH] Increase timeout in tests --- tests/mocha/SeriesIndexer.spec.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/mocha/SeriesIndexer.spec.js b/tests/mocha/SeriesIndexer.spec.js index 1e332da..ab0d95b 100644 --- a/tests/mocha/SeriesIndexer.spec.js +++ b/tests/mocha/SeriesIndexer.spec.js @@ -22,6 +22,7 @@ const oblecto = { describe('SeriesIndexer', function () { describe('Aggregate Series Identifier', async function () { + this.timeout(100000); it('/mnt/SMB/TV Shows/stargirl.s02e03.1080p.web.h264-cakes.mkv', async function () { const seriesIndexer = new SeriesIndexer(oblecto); const identification = await seriesIndexer.seriesIdentifier.identify('/mnt/SMB/TV Shows/stargirl.s02e03.1080p.web.h264-cakes.mkv', await guessit.identify('/mnt/SMB/TV Shows/stargirl.s02e03.1080p.web.h264-cakes.mkv')); @@ -46,6 +47,7 @@ describe('SeriesIndexer', function () { }); describe('Aggregate Episode Identifier', async function () { + this.timeout(100000); it('/mnt/SMB/TV Shows/stargirl.s02e03.1080p.web.h264-cakes.mkv', async function () { const seriesIndexer = new SeriesIndexer(oblecto); const path = '/mnt/smb/tv shows/stargirl.s02e03.1080p.web.h264-cakes.mkv';