Skip to content

Commit

Permalink
Document default timeout value for SSHOperator (#8744)
Browse files Browse the repository at this point in the history
(cherry picked from commit 21cc7d7)
  • Loading branch information
abhilash1in authored and kaxil committed Jun 27, 2020
1 parent e0bdf95 commit 00e9cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/contrib/operators/ssh_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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.
Expand Down

0 comments on commit 00e9cbf

Please sign in to comment.