Skip to content

Commit

Permalink
More test time
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam committed Jan 24, 2024
1 parent c50627c commit 4cf27d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/test_faster_whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
_PROGRAM_DIR = _DIR.parent
_LOCAL_DIR = _PROGRAM_DIR / "local"
_SAMPLES_PER_CHUNK = 1024
_TRANSCRIBE_TIMEOUT = 5

# Need to give time for the model to download
_TRANSCRIBE_TIMEOUT = 60


@pytest.mark.asyncio
Expand Down

0 comments on commit 4cf27d3

Please sign in to comment.