This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 21cc7d7  Document default timeout value for SSHOperator (#8744)
21cc7d7 is described below

commit 21cc7d729827e9f3af0698bf647b2d41fc87b11c
Author: Abhilash Kishore <[email protected]>
AuthorDate: Sat May 9 17:35:41 2020 -0700

    Document default timeout value for SSHOperator (#8744)
---
 airflow/providers/ssh/operators/ssh.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/airflow/providers/ssh/operators/ssh.py 
b/airflow/providers/ssh/operators/ssh.py
index 532a4a2..04c996f 100644
--- a/airflow/providers/ssh/operators/ssh.py
+++ b/airflow/providers/ssh/operators/ssh.py
@@ -42,7 +42,7 @@ class SSHOperator(BaseOperator):
     :type remote_host: str
     :param command: command to execute on remote host. (templated)
     :type command: str
-    :param timeout: timeout (in seconds) for executing the command.
+    :param timeout: timeout (in seconds) for executing the command. The 
default is 10 seconds.
     :type timeout: int
     :param environment: a dict of shell environment variables. Note that the
         server will reject them silently if `AcceptEnv` is not set in SSH 
config.

Reply via email to