Variable: js-js-timeout

js-js-timeout is a variable defined in js.el.gz.

This variable is obsolete since 28.1; MozRepl no longer exists

Value

5

Documentation

Reply timeout for executing commands in Mozilla via js-mode.

The value is given in seconds. Increase this value if you are getting timeout messages.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/js.el.gz
(defvar js-js-timeout 5
  "Reply timeout for executing commands in Mozilla via `js-mode'.
The value is given in seconds.  Increase this value if you are
getting timeout messages.")