diff --git a/photo_bot/photo_processor.py b/photo_bot/photo_processor.py index 7f13f05..1c48a0b 100644 --- a/photo_bot/photo_processor.py +++ b/photo_bot/photo_processor.py @@ -101,7 +101,7 @@ def _upload_to_api(image_bytes: bytes, user_id: str, coords: tuple) -> dict: files={ "image": ("photo.jpg", image_bytes, "image/jpeg") }, - timeout=30, + timeout=120, verify=False ) response.raise_for_status()