; Fix comments in file-notify-tests.el
This commit is contained in:
parent
838023d469
commit
f72ac3591b
1 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue