Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
sailhenz authored Nov 21, 2024
2 parents c117b5e + 30401a4 commit 543bf62
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 543bf62

Please sign in to comment.