Variable: eshell-process-wait-seconds
eshell-process-wait-seconds is a customizable variable defined in
esh-proc.el.gz.
This variable is obsolete since 30.1; use eshell-process-wait-time
instead.
Value
0
Documentation
The number of seconds to delay waiting for a synchronous process.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
(defcustom eshell-process-wait-seconds 0
"The number of seconds to delay waiting for a synchronous process."
:type 'integer)