* test/automated/file-notify-tests.el (file-notify--test-timeout):
Add docstring. Increase to 10 seconds for remote directories. (Bug#21669)
This commit is contained in:
parent
38f99a02b8
commit
e53e1a0426
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@
|
|||
(defvar file-notify--test-event nil)
|
||||
(defvar file-notify--test-events nil)
|
||||
(defun file-notify--test-timeout ()
|
||||
(if (file-remote-p temporary-file-directory) 6 3))
|
||||
"Timeout to wait for arriving events, in seconds."
|
||||
(if (file-remote-p temporary-file-directory) 10 3))
|
||||
|
||||
(defun file-notify--test-cleanup ()
|
||||
"Cleanup after a test."
|
||||
|
|
Loading…
Add table
Reference in a new issue