Variable: zone-apologize-seconds
zone-apologize-seconds is a variable defined in zone.el.gz.
Value
60
Documentation
Number of seconds to apologize for failing.
This value is broken into 6 second cycles to allow for two messages displayed for 3 seconds each in every cycle.
Source Code
;; Defined in /usr/src/emacs/lisp/play/zone.el.gz
;;;; If the zone program fails, apologize and try again
(defvar zone-apologize-seconds 60 ;; 1 minute
"Number of seconds to apologize for failing.
This value is broken into 6 second cycles to allow for two messages
displayed for 3 seconds each in every cycle.")