Variable: hourglass-delay
hourglass-delay is a customizable variable defined in xdisp.c.
Value
1
Documentation
Seconds to wait before displaying an hourglass pointer when Emacs is busy.
Source Code
// Defined in /usr/src/emacs/src/xdisp.c
DEFVAR_LISP ("hourglass-delay", Vhourglass_delay,
doc: /* Seconds to wait before displaying an hourglass pointer when Emacs is busy. */);