emacs-diffs
[Top][All Lists]
Advanced

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

master 860bc0d: * test/lisp/filenotify-tests.el (file-notify--test-timeo


From: Michael Albinus
Subject: master 860bc0d: * test/lisp/filenotify-tests.el (file-notify--test-timeout): Change timing.
Date: Sat, 3 Apr 2021 06:26:52 -0400 (EDT)

branch: master
commit 860bc0db1cdf4ec58299013074edb3a3925f9dce
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * test/lisp/filenotify-tests.el (file-notify--test-timeout): Change timing.
    
    ; * lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-filter):
    ; Remove test message.
---
 lisp/net/tramp-sh.el          | 2 --
 test/lisp/filenotify-tests.el | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el
index 73e0807..255314a 100644
--- a/lisp/net/tramp-sh.el
+++ b/lisp/net/tramp-sh.el
@@ -3740,8 +3740,6 @@ Fall back to normal file name handler if no Tramp handler 
exists."
                  "changes done" "changes-done-hint" string)
           string (tramp-compat-string-replace
                  "renamed to" "moved" string))
-    (when (getenv "EMACS_EMBA_CI")
-      (message "%s" string))
 
     (catch 'doesnt-work
       ;; https://bugs.launchpad.net/bugs/1742946
diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el
index 4a2f1f9..cca8aeb 100644
--- a/test/lisp/filenotify-tests.el
+++ b/test/lisp/filenotify-tests.el
@@ -117,8 +117,8 @@ There are different timeouts for local and remote file 
notification libraries."
 (defun file-notify--test-timeout ()
   "Timeout to wait for arriving a bunch of events, in seconds."
   (cond
+   ((file-remote-p temporary-file-directory) 20)
    ((eq system-type 'cygwin) 10)
-   ((file-remote-p temporary-file-directory) 6)
    ((string-equal (file-notify--test-library) "w32notify") 4)
    (t 3)))
 



reply via email to

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