From e4d089f12c608a8b06dba254aa7c5b4d26fa3571 Mon Sep 17 00:00:00 2001 From: lutangar Date: Wed, 12 Jun 2024 18:13:19 +0200 Subject: [PATCH] chore(transcription): raise timeout some more --- .../whisper/transcriber/timestamped-transcriber.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/tests/src/transcription/whisper/transcriber/timestamped-transcriber.spec.ts b/packages/tests/src/transcription/whisper/transcriber/timestamped-transcriber.spec.ts index 5f217011747f..bf4adee9e488 100644 --- a/packages/tests/src/transcription/whisper/transcriber/timestamped-transcriber.spec.ts +++ b/packages/tests/src/transcription/whisper/transcriber/timestamped-transcriber.spec.ts @@ -43,6 +43,7 @@ describe('Linto timestamped Whisper transcriber', function () { }) it('Should transcribe a media file and provide a valid path to a transcript file in `vtt` format by default', async function () { + this.timeout(1 * 1000 * 60) const transcript = await transcriber.transcribe({ mediaFilePath: shortVideoPath, language: 'en' }) expect(transcript.format).to.equals('vtt')