baolsen commented on a change in pull request #16589:
URL: https://github.com/apache/airflow/pull/16589#discussion_r657093994
##########
File path: airflow/providers/amazon/aws/hooks/datasync.py
##########
@@ -52,7 +52,7 @@ class AWSDataSyncHook(AwsBaseHook):
TASK_EXECUTION_FAILURE_STATES = ("ERROR",)
TASK_EXECUTION_SUCCESS_STATES = ("SUCCESS",)
- def __init__(self, wait_interval_seconds: int = 5, *args, **kwargs) ->
None:
+ def __init__(self, wait_interval_seconds: int = 30, *args, **kwargs) ->
None:
Review comment:
Thanks for the feedback.
I've added it there, hopefully in the right place.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]