dirrao commented on code in PR #39743:
URL: https://github.com/apache/airflow/pull/39743#discussion_r1609924665
##########
tests/system/providers/amazon/aws/example_emr.py:
##########
@@ -143,6 +143,7 @@ def get_step_id(step_ids: list):
create_job_flow = EmrCreateJobFlowOperator(
task_id="create_job_flow",
job_flow_overrides=JOB_FLOW_OVERRIDES,
+ waiter_delay=60
Review Comment:
I agreed, either we need to fix the code or adjust the defaults at the time
of removing deprecated code.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]