branch: elpa/bash-completion
commit 0f6466eeb43fed6338dfc4a4a072ff2a1ecbed32
Author: Stephane Zermatten <[email protected]>
Commit: Stephane Zermatten <[email protected]>

    Tell minibuffer not to delay after displaying a message while
    running the integration tests.
---
 test/bash-completion-integration-test.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/bash-completion-integration-test.el 
b/test/bash-completion-integration-test.el
index 26f7029836..6f36ec1b1d 100644
--- a/test/bash-completion-integration-test.el
+++ b/test/bash-completion-integration-test.el
@@ -44,6 +44,7 @@
                     "--noprofile"
                     "--rcfile" (expand-file-name "bashrc" test-env-dir)))
              (kill-buffer-query-functions '())
+             (minibuffer-message-timeout 0)
              (default-directory test-env-dir))
          ;; Give Emacs time to process any input or process state
          ;; change from bash-completion-reset.

Reply via email to