Skip to content

Commit

Permalink
Merge pull request #9 from cloudblue/LITE-22422-modify-timeouts
Browse files Browse the repository at this point in the history
LITE-22422: Increase timeouts
  • Loading branch information
marcserrat authored Mar 3, 2022
2 parents e9700af + 74ccba3 commit e411f04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions executor/executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def start():
max_retries=5,
default_limit=100,
default_headers=get_user_agent(),
timeout=(360, 360),
)

try:
Expand Down Expand Up @@ -82,6 +83,7 @@ def execute_report(control_client, report_definition, connect_report): # noqa:
max_retries=5,
default_limit=100,
default_headers=get_user_agent(),
timeout=(360, 360),
)
connect_parameters = connect_report.get('parameters', [])
parameters = normalize_parameters(connect_parameters)
Expand Down

0 comments on commit e411f04

Please sign in to comment.