emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master f72ac35: ; Fix comments in file-notify-tests.el


From: Michael Albinus
Subject: [Emacs-diffs] master f72ac35: ; Fix comments in file-notify-tests.el
Date: Tue, 27 Oct 2015 15:06:42 +0000

branch: master
commit f72ac3591b10cea65ea0969396995b97a887e571
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    ; Fix comments in file-notify-tests.el
---
 test/automated/file-notify-tests.el |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/automated/file-notify-tests.el 
b/test/automated/file-notify-tests.el
index f411c6b..222bdc5 100644
--- a/test/automated/file-notify-tests.el
+++ b/test/automated/file-notify-tests.el
@@ -459,8 +459,8 @@ Don't wait longer than TIMEOUT seconds for the events to be 
delivered."
            (should auto-revert-use-notify)
            (should auto-revert-notify-watch-descriptor)
 
-           ;; Modify file.  We wait for a second, in order to
-           ;; have another timestamp.
+           ;; Modify file.  We wait for a second, in order to have
+           ;; another timestamp.
             (with-current-buffer (get-buffer-create "*Messages*")
               (narrow-to-region (point-max) (point-max)))
            (sleep-for 1)
@@ -483,8 +483,8 @@ Don't wait longer than TIMEOUT seconds for the events to be 
delivered."
            (should-not auto-revert-use-notify)
            (should-not auto-revert-notify-watch-descriptor)
 
-           ;; Modify file.  We wait for a second, in order to
-           ;; have another timestamp.
+           ;; Modify file.  We wait for two seconds, in order to have
+           ;; another timestamp.  One second seems to be too short.
             (with-current-buffer (get-buffer-create "*Messages*")
               (narrow-to-region (point-max) (point-max)))
            (sleep-for 2)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]