From: Michael Albinus Date: Sat, 3 Apr 2021 10:26:14 +0000 (+0200) Subject: * test/lisp/filenotify-tests.el (file-notify--test-timeout): Change timing. X-Git-Tag: emacs-28.0.90~3036 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=860bc0db1cdf4ec58299013074edb3a3925f9dce;p=emacs.git * 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. --- diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 73e0807dbc1..255314a99ea 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 4a2f1f9a676..cca8aeb97d4 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)))