Skip to content

Commit 8543443

Browse files
increase kafka binding client config timeout to 180s
1 parent aacc6a7 commit 8543443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildpack/databroker/business_events.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def _put_client_config(url, auth_token, version, dependencies_json_str):
4747
url=url,
4848
headers=headers,
4949
json={"dependencies": dependencies_json_str},
50-
timeout=30,
50+
timeout=180,
5151
)
5252
resp.raise_for_status()
5353
return resp.text

0 commit comments

Comments
 (0)