From 6a80632c3f8041e61186b1c85d9a33f1cb862ea5 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sun, 4 Apr 2021 14:06:40 +0200 Subject: [PATCH] * test/lisp/filenotify-tests.el (file-notify--test-timeout): Change timing on emba. --- test/lisp/filenotify-tests.el | 1 + 1 file changed, 1 insertion(+) 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))) -- 2.39.5