* 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:
Michael Albinus 2015-10-13 09:44:48 +02:00
parent 38f99a02b8
commit e53e1a0426

View file

@ -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."