From e53e1a0426539aa3f2902632fdd8025da8f710f2 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Tue, 13 Oct 2015 09:44:48 +0200 Subject: [PATCH] * test/automated/file-notify-tests.el (file-notify--test-timeout): Add docstring. Increase to 10 seconds for remote directories. (Bug#21669) --- test/automated/file-notify-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." -- 2.39.2