]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/filenotify-tests.el (file-notify--test-timeout): Change timing.
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 3 Apr 2021 10:26:14 +0000 (12:26 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 3 Apr 2021 10:26:14 +0000 (12:26 +0200)
; * lisp/net/tramp-sh.el (tramp-sh-gio-monitor-process-filter):
; Remove test message.

lisp/net/tramp-sh.el
test/lisp/filenotify-tests.el

index 73e0807dbc1e5d89936e4454a6c194612cb69089..255314a99eac8531abf9e407847188c768e951c9 100644 (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
index 4a2f1f9a6765eee40423ede71d14549da1d84bb4..cca8aeb97d40c2025fe6c9d92b68e6ebc87290b1 100644 (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)))