diff --git a/eaf.el b/eaf.el index 8d53544c0..dff5210a0 100644 --- a/eaf.el +++ b/eaf.el @@ -669,7 +669,10 @@ For now only EAF browser app is supported." "com.lazycat.eaf" ; service name "/com/lazycat/eaf" ; path name "com.lazycat.eaf" ; interface name - method args)) + method + :timeout 1000000 + args) + ) (defun eaf-get-emacs-xid (frame) (frame-parameter frame 'window-id))