Skip to content

Commit

Permalink
increase kafka binding client config timeout to 180s
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekamte-mx committed Oct 21, 2024
1 parent aacc6a7 commit 8543443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpack/databroker/business_events.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def _put_client_config(url, auth_token, version, dependencies_json_str):
url=url,
headers=headers,
json={"dependencies": dependencies_json_str},
timeout=30,
timeout=180,
)
resp.raise_for_status()
return resp.text
Expand Down

0 comments on commit 8543443

Please sign in to comment.