projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3cd3fb
)
* test/lisp/filenotify-tests.el (file-notify--test-timeout):
author
Michael Albinus
<michael.albinus@gmx.de>
Sun, 4 Apr 2021 12:06:40 +0000
(14:06 +0200)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/test/lisp/filenotify-tests.el
b/test/lisp/filenotify-tests.el
index cca8aeb97d40c2025fe6c9d92b68e6ebc87290b1..13350b244223f9a5d96e084180768d077e90a184 100644
(file)
--- 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)))