emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master e53e1a0: * test/automated/file-notify-tests.el (fil


From: Michael Albinus
Subject: [Emacs-diffs] master e53e1a0: * test/automated/file-notify-tests.el (file-notify--test-timeout):
Date: Tue, 13 Oct 2015 07:45:32 +0000

branch: master
commit e53e1a0426539aa3f2902632fdd8025da8f710f2
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * 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 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/test/automated/file-notify-tests.el 
b/test/automated/file-notify-tests.el
index 03946dd..c943d91 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."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]