Variable: eshell-kill-process-wait-time

eshell-kill-process-wait-time is a customizable variable defined in esh-proc.el.gz.

Value

5

Documentation

Seconds to wait between sending termination signals to a subprocess.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-proc.el.gz
(defcustom eshell-kill-process-wait-time 5
  "Seconds to wait between sending termination signals to a subprocess."
  :type 'integer)