emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] 1.2 ea2fcc7 087/101: * eglot-tests.el (eclipse-connect): Increase


From: Christian Johansson
Subject: [elpa] 1.2 ea2fcc7 087/101: * eglot-tests.el (eclipse-connect): Increase connect timeout to 20.
Date: Thu, 29 Apr 2021 15:09:06 -0400 (EDT)

tag: 1.2
commit ea2fcc73481b8a305b5f75516e738e7c0013e1c9
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    * eglot-tests.el (eclipse-connect): Increase connect timeout to 20.
---
 eglot-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot-tests.el b/eglot-tests.el
index 74c0eac..6cea929 100644
--- a/eglot-tests.el
+++ b/eglot-tests.el
@@ -240,7 +240,7 @@ Pass TIMEOUT to `eglot--with-timeout'."
     (with-current-buffer
         (eglot--find-file-noselect "project/src/main/java/foo/Main.java")
       (eglot--sniffing (:server-notifications s-notifs)
-        (should (eglot--tests-connect 10))
+        (should (eglot--tests-connect 20))
         (eglot--wait-for (s-notifs 10)
             (&key _id method &allow-other-keys)
           (string= method "language/status"))))))



reply via email to

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