]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/filenotify-tests.el (file-notify--test-timeout):
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 4 Apr 2021 12:06:40 +0000 (14:06 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 4 Apr 2021 12:06:40 +0000 (14:06 +0200)
Change timing on emba.

test/lisp/filenotify-tests.el

index cca8aeb97d40c2025fe6c9d92b68e6ebc87290b1..13350b244223f9a5d96e084180768d077e90a184 100644 (file)
@@ -119,6 +119,7 @@ There are different timeouts for local and remote file notification libraries."
   (cond
    ((file-remote-p temporary-file-directory) 20)
    ((eq system-type 'cygwin) 10)
+   ((getenv "EMACS_EMBA_CI") 10)
    ((string-equal (file-notify--test-library) "w32notify") 4)
    (t 3)))