Variable: tramp-error-show-message-timeout
tramp-error-show-message-timeout is a variable defined in
tramp-message.el.gz.
Value
30
Documentation
Time to show the Tramp buffer in case of an error.
If it is bound to nil, the buffer is not shown. This is used in tramp-tests.el.
Source Code
;; Defined in /usr/src/emacs/lisp/net/tramp-message.el.gz
(defvar tramp-error-show-message-timeout 30
"Time to show the Tramp buffer in case of an error.
If it is bound to nil, the buffer is not shown. This is used in
tramp-tests.el.")