Taragolis commented on code in PR #39743:
URL: https://github.com/apache/airflow/pull/39743#discussion_r1609456576
##########
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:
So maybe instead of fixing system tests, we should fix operators itself.
And if we fix operators, that system tests should be fixed also
--
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]