Variable: process-error-pause-time

process-error-pause-time is a customizable variable defined in process.c.

Value

1

Documentation

The number of seconds to pause after handling process errors.

This isn't used for all process-related errors, but is used when a sentinel or a process filter function has an error.

This variable was added, or its default value changed, in Emacs 29.1.

View in manual

Probably introduced at or before Emacs version 29.1.

Source Code

// Defined in /usr/src/emacs/src/process.c
  DEFVAR_INT ("process-error-pause-time", process_error_pause_time,
	      doc: /* The number of seconds to pause after handling process errors.
This isn't used for all process-related errors, but is used when a
sentinel or a process filter function has an error.  */);