emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 6a80632: * test/lisp/filenotify-tests.el (file-notify--test-timeo


From: Michael Albinus
Subject: master 6a80632: * test/lisp/filenotify-tests.el (file-notify--test-timeout):
Date: Sun, 4 Apr 2021 08:06:51 -0400 (EDT)

branch: master
commit 6a80632c3f8041e61186b1c85d9a33f1cb862ea5
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * 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 cca8aeb..13350b2 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)))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]