diff --git a/buildpack/databroker/business_events.py b/buildpack/databroker/business_events.py index 392ae700..c1c5cfbd 100644 --- a/buildpack/databroker/business_events.py +++ b/buildpack/databroker/business_events.py @@ -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