Skip to content

Commit 30401a4

Browse files
authored
Merge pull request #813 from mendix/DB-3111_fix-timeout-client-config
increase kafka binding client config timeout to 180s
2 parents aacc6a7 + 8543443 commit 30401a4

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)