Variable: magit-process-popup-time

magit-process-popup-time is a customizable variable defined in magit-process.el.

Value

-1

Documentation

Popup the process buffer if a command takes longer than this many seconds.

Source Code

;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/magit-process.el
(defcustom magit-process-popup-time -1
  "Popup the process buffer if a command takes longer than this many seconds."
  :group 'magit-process
  :type '(choice (const :tag "Never" -1)
                 (const :tag "Immediately" 0)
                 (integer :tag "After this many seconds")))