We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aacc6a7 + 8543443 commit 30401a4Copy full SHA for 30401a4
1 file changed
buildpack/databroker/business_events.py
@@ -47,7 +47,7 @@ def _put_client_config(url, auth_token, version, dependencies_json_str):
47
url=url,
48
headers=headers,
49
json={"dependencies": dependencies_json_str},
50
- timeout=30,
+ timeout=180,
51
)
52
resp.raise_for_status()
53
return resp.text
0 commit comments