Skip to content

Commit 8f782c5

Browse files
[dbm] chore: set max wait time for checking report status
1 parent 9d5fc8b commit 8f782c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/community/google/bid-manager/garf_bid_manager/api_clients.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ def _process_api_response(
207207

208208

209209
@tenacity.retry(
210-
stop=tenacity.stop_after_attempt(100), wait=tenacity.wait_exponential()
210+
stop=tenacity.stop_after_attempt(100), wait=tenacity.wait_exponential(max=120)
211211
)
212212
def _check_if_report_is_done(get_request) -> bool:
213213
status = get_request.execute()

0 commit comments

Comments
 (0)