From: Michael Albinus Date: Sun, 4 Apr 2021 12:06:40 +0000 (+0200) Subject: * test/lisp/filenotify-tests.el (file-notify--test-timeout): X-Git-Tag: emacs-28.0.90~3020 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a80632c3f8041e61186b1c85d9a33f1cb862ea5;p=emacs.git * test/lisp/filenotify-tests.el (file-notify--test-timeout): Change timing on emba. --- diff --git a/test/lisp/filenotify-tests.el b/test/lisp/filenotify-tests.el index cca8aeb97d4..13350b24422 100644 --- a/test/lisp/filenotify-tests.el +++ b/test/lisp/filenotify-tests.el @@ -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)))