From: Michael Albinus Date: Tue, 13 Oct 2015 07:44:48 +0000 (+0200) Subject: * test/automated/file-notify-tests.el (file-notify--test-timeout): X-Git-Tag: emacs-25.0.90~1146 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e53e1a0426539aa3f2902632fdd8025da8f710f2;p=emacs.git * test/automated/file-notify-tests.el (file-notify--test-timeout): Add docstring. Increase to 10 seconds for remote directories. (Bug#21669) --- diff --git a/test/automated/file-notify-tests.el b/test/automated/file-notify-tests.el index 03946dd8acf..c943d91c2d0 100644 --- a/test/automated/file-notify-tests.el +++ b/test/automated/file-notify-tests.el @@ -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."