Skip to content

Commit

Permalink
Increase timeout in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robinp7720 committed Apr 15, 2023
1 parent 38ca6f5 commit 8f3524f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/mocha/SeriesIndexer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand All @@ -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';
Expand Down

0 comments on commit 8f3524f

Please sign in to comment.