Skip to content

Commit

Permalink
Merge pull request #54 from CanDIG/bugfix/extend-timeout
Browse files Browse the repository at this point in the history
Set the default timeout for Federation requests to 60s
  • Loading branch information
OrdiNeu authored Mar 27, 2024
2 parents fc5ef24 + bdce8a7 commit 215bf56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion candig_federation/federation.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class FederationResponse:
# pylint: disable=too-many-arguments

def __init__(self, request, endpoint_path, endpoint_payload, request_dict, endpoint_service, return_mimetype='application/json',
timeout=5):
timeout=60):
"""Constructor method
"""
self.results = {}
Expand Down

0 comments on commit 215bf56

Please sign in to comment.