* 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.
This commit is contained in:
Michael Albinus 2021-04-03 12:26:14 +02:00
parent d73229c48e
commit 860bc0db1c
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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)))