Skip to content

Commit

Permalink
Increase timeout to 60 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
dontinelli authored Aug 27, 2024
1 parent ad058bd commit bb6469e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fyta_cli/fyta_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def __init__(
self.session: ClientSession = ClientSession()
self._close_session = True

self.request_timeout = 20
self.request_timeout = 60

async def test_connection(self) -> bool:
"""Test the connection to FYTA-Server"""
Expand Down

0 comments on commit bb6469e

Please sign in to comment.