Skip to content

Commit

Permalink
chore(transcription): raise timeout some more
Browse files Browse the repository at this point in the history
  • Loading branch information
lutangar committed Jun 12, 2024
1 parent bf7f12d commit e4d089f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit e4d089f

Please sign in to comment.