Variable: ert-test-run-redisplay-interval-secs

ert-test-run-redisplay-interval-secs is a variable defined in ert.el.gz.

Value

0.1

Documentation

How many seconds ERT should wait between redisplays while running tests.

While running tests, ERT shows the current progress, and this variable determines how frequently the progress display is updated.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/ert.el.gz
(defvar ert-test-run-redisplay-interval-secs .1
  "How many seconds ERT should wait between redisplays while running tests.

While running tests, ERT shows the current progress, and this variable
determines how frequently the progress display is updated.")