Variable: eshell-process-wait-milliseconds
eshell-process-wait-milliseconds is a customizable variable defined in
esh-proc.el.gz.
Value
50
Documentation
The number of milliseconds to delay waiting for a synchronous process.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
(defcustom eshell-process-wait-milliseconds 50
"The number of milliseconds to delay waiting for a synchronous process."
:type 'integer)