1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* test/lisp/autorevert-tests.el: Try to fix remote hydra.nixos tests.

This commit is contained in:
Glenn Morris 2019-05-27 14:08:07 -07:00
parent 464770d2e9
commit 8f3bd2600a

View file

@ -62,6 +62,9 @@
tramp-verbose 0
tramp-message-show-message nil)
(when (getenv "EMACS_HYDRA_CI")
(add-to-list 'tramp-remote-path 'tramp-own-remote-path))
(defconst auto-revert--timeout 10
"Time to wait for a message.")