Variable: tramp-connection-timeout
tramp-connection-timeout is a customizable variable defined in
tramp.el.gz.
Value
60
Documentation
Defines the max time to wait for establishing a connection (in seconds).
This can be overwritten for different connection types in tramp-methods.
The timeout does not include the time reading a password.
This variable was added, or its default value changed, in Emacs 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp.el.gz
(defcustom tramp-connection-timeout 60
"Defines the max time to wait for establishing a connection (in seconds).
This can be overwritten for different connection types in `tramp-methods'.
The timeout does not include the time reading a password."
:version "24.4"
:type 'integer)