ramitkataria commented on code in PR #56308:
URL: https://github.com/apache/airflow/pull/56308#discussion_r2395524148


##########
providers/amazon/tests/system/amazon/aws/example_eks_with_nodegroups.py:
##########
@@ -163,6 +164,9 @@ def delete_launch_template(template_name: str):
         task_id="delete_nodegroup",
         cluster_name=cluster_name,
         nodegroup_name=nodegroup_name,
+        retries=4,
+        retry_delay=duration(seconds=60),

Review Comment:
   That was an accident. I already fixed that and changed all of them to 60 but 
I can change them to 30 if you'd like



-- 
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]

Reply via email to