diff --git a/ingest.py b/ingest.py index ae508af..363579e 100644 --- a/ingest.py +++ b/ingest.py @@ -146,7 +146,7 @@ def transcribe_chunk_fish(chunk_path, api_key, start_offset_sec): }, method="POST", ) - with urllib.request.urlopen(req, timeout=120) as resp: + with urllib.request.urlopen(req, timeout=300) as resp: data = json.loads(resp.read().decode()) # Adjust timestamps by the chunk's start offset