eladkal commented on a change in pull request #22502:
URL: https://github.com/apache/airflow/pull/22502#discussion_r834217025



##########
File path: airflow/providers/docker/hooks/docker.py
##########
@@ -55,6 +55,7 @@ def __init__(
         base_url: Optional[str] = None,
         version: Optional[str] = None,
         tls: Optional[str] = None,
+        timeout: int = 60,

Review comment:
       If setting to None falls to the default within the package then I guess 
it's prefered.




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