Variable: nrepl-sync-request-timeout

nrepl-sync-request-timeout is a customizable variable defined in nrepl-client.el.

Value

10

Documentation

The number of seconds to wait for a sync response.

Setting this to nil disables the timeout functionality.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defcustom nrepl-sync-request-timeout 10
  "The number of seconds to wait for a sync response.
Setting this to nil disables the timeout functionality."
  :type 'integer)