]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix comments in file-notify-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 27 Oct 2015 15:06:33 +0000 (16:06 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 27 Oct 2015 15:06:33 +0000 (16:06 +0100)
test/automated/file-notify-tests.el

index f411c6b76b02cf0648688e4dd6b9a33bfa202142..222bdc529286223aebd44a3746d96bf5327eeb0a 100644 (file)
@@ -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)